#408EFB

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

Shades of Dodger Blue #408EFB

Tints of Dodger Blue #408EFB

Color information

#408EFB (or 0x408EFB) is unknown color: approx Dodger Blue. HEX triplet: 40, 8E and FB. RGB value is (64,142,251). Sum of RGB (Red+Green+Blue) = 64+142+251=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #408EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EFB is #BF7104. Grayscale: #828282. Windows color (decimal): -12546309 or 16485952. OLE color: 16485952.

HSL color Cylindrical-coordinate representation of color #408EFB: hue angle of 214.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408EFB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64142251-
CMYK0.750.4300.02
HSL214.97º95.9%61.76%-
HSV(B)214.97º74.5%98.43%-
XYZ29.227.495.02-
YUV131.1195.6680.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.00%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 251 (98.44% from 255) = 54.92%
R=14.00%
G=31.07%
B=54.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641422510.750.4300.02214.9795.961.76
Hex408EFB4B2B02d7603e
Octal100216373113530232714076
Binary100000010001110111110111001011101011010110101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408EFB; }

 p { color: rgb(64,142,251); }

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

<style>
 a { background-color: #408EFB; }

 a { background-color: rgb(64,142,251); }

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

<style>
 span { border-color: #408EFB; }

 span { border-color: rgb(64,142,251); }

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