#318EF9

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

Shades of Dodger Blue #318EF9

Tints of Dodger Blue #318EF9

Color information

#318EF9 (or 0x318EF9) is unknown color: approx Dodger Blue. HEX triplet: 31, 8E and F9. RGB value is (49,142,249). Sum of RGB (Red+Green+Blue) = 49+142+249=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #318EF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318EF9 is #CE7106. Grayscale: #7D7D7D. Windows color (decimal): -13529351 or 16354865. OLE color: 16354865.

HSL color Cylindrical-coordinate representation of color #318EF9: hue angle of 212.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318EF9 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB49142249-
CMYK0.800.4300.02
HSL212.1º94.34%58.43%-
HSV(B)212.1º80.32%97.65%-
XYZ28.0426.8493.33-
YUV126.39197.1972.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.14%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 249 (97.66% from 255) = 56.59%
R=11.14%
G=32.27%
B=56.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal491422490.800.4300.02212.194.3458.43
Hex318EF9502B02d45e3a
Octal61216371120530232413672
Binary11000110001110111110011010000101011010110101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318EF9; }

 p { color: rgb(49,142,249); }

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

<style>
 a { background-color: #318EF9; }

 a { background-color: rgb(49,142,249); }

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

<style>
 span { border-color: #318EF9; }

 span { border-color: rgb(49,142,249); }

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