#408EFF

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

Shades of Dodger Blue #408EFF

Tints of Dodger Blue #408EFF

Color information

#408EFF (or 0x408EFF) is unknown color: approx Dodger Blue. HEX triplet: 40, 8E and FF. RGB value is (64,142,255). Sum of RGB (Red+Green+Blue) = 64+142+255=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #408EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EFF is #BF7100. Grayscale: #838383. Windows color (decimal): -12546305 or 16748096. OLE color: 16748096.

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

Color convert

RGB64142255-
CMYK0.750.4400
HSL215.5º100%62.55%-
HSV(B)215.5º74.9%100%-
XYZ29.8427.6698.37-
YUV131.56197.6679.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.88%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 255 (100% from 255) = 55.31%
R=13.88%
G=30.80%
B=55.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641422550.750.4400215.510062.55
Hex408EFF4B2C00d7643f
Octal100216377113540032714477
Binary10000001000111011111111100101110110000110101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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