#317FF6

Color #317FF6 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #317FF6

Tints of Dodger Blue #317FF6

Color information

#317FF6 (or 0x317FF6) is unknown color: approx Dodger Blue. HEX triplet: 31, 7F and F6. RGB value is (49,127,246). Sum of RGB (Red+Green+Blue) = 49+127+246=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #317FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317FF6 is #CE8009. Grayscale: #747474. Windows color (decimal): -13533194 or 16154417. OLE color: 16154417.

HSL color Cylindrical-coordinate representation of color #317FF6: hue angle of 216.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317FF6 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49127246-
CMYK0.800.4800.04
HSL216.24º91.63%57.84%-
HSV(B)216.24º80.08%96.47%-
XYZ25.4922.4990.19-
YUV117.24200.6679.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 11.61%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 246 (96.48% from 255) = 58.29%
R=11.61%
G=30.09%
B=58.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491272460.800.4800.04216.2491.6357.84
Hex317FF6503004d85c3a
Octal61177366120600433013472
Binary11000111111111111011010100001100000100110110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317FF6; }

 p { color: rgb(49,127,246); }

 H1.HeaderClassName
 {
   color: #317FF6;
 }
 .AnyTagClassName
 {
   color: #317FF6;
 }
</style>
background-color css

<style>
 a { background-color: #317FF6; }

 a { background-color: rgb(49,127,246); }

 div.DivClassName
 {
   background-color: #317FF6;
 }
 .BgClassName
 {
   background-color: #317FF6;
 }
</style>
border-color css

<style>
 span { border-color: #317FF6; }

 span { border-color: rgb(49,127,246); }

 td.TdClassName
 {
   border-color: #317FF6;
 }
 .TagClassName
 {
   border-color: #317FF6;
 }
</style>