#408EFD

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

Shades of Dodger Blue #408EFD

Tints of Dodger Blue #408EFD

Color information

#408EFD (or 0x408EFD) is unknown color: approx Dodger Blue. HEX triplet: 40, 8E and FD. RGB value is (64,142,253). Sum of RGB (Red+Green+Blue) = 64+142+253=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #408EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EFD is #BF7102. Grayscale: #828282. Windows color (decimal): -12546307 or 16617024. OLE color: 16617024.

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

Color convert

RGB64142253-
CMYK0.750.4400.01
HSL215.24º97.93%62.16%-
HSV(B)215.24º74.7%99.22%-
XYZ29.5227.5396.69-
YUV131.33196.6679.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.94%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 253 (99.22% from 255) = 55.12%
R=13.94%
G=30.94%
B=55.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal641422530.750.4400.01215.2497.9362.16
Hex408EFD4B2C01d7623e
Octal100216375113540132714276
Binary10000001000111011111101100101110110001110101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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