Shades of Dodger Blue #408EFF
Tints of Dodger Blue #408EFF
RGB
CMYK
RGB Variations
Color information
#408EFF (or 0x408EFF) is known color: 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
| RGB | 64 | 142 | 255 | - |
| CMYK | 0.75 | 0.44 | 0 | 0 |
| HSL | 215.5º | 1% | 0.63% | - |
| HSV(B) | 215.5º | 0.75% | 1% | - |
| XYZ | 29.84 | 27.66 | 98.37 | - |
| YUV | 131.56 | 197.66 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 255 | 0.75 | 0.44 | 0 | 0 | 215.5 | 1 | 0.63 |
| Hex | 40 | 8E | FF | 4B | 2C | 0 | 0 | D7 | 64 | 3F |
| Octal | 100 | 216 | 377 | 113 | 54 | 0 | 0 | 327 | 144 | 77 |
| Binary | 1000000 | 10001110 | 11111111 | 1001011 | 101100 | 0 | 0 | 11010111 | 1100100 | 111111 |
Color Harmonies of #408EFF
Complementary color
Monochromatic Colors of #408EFF
Black with #408EFF
Text Example
Text Example
White with #408EFF
Text Example
Text Example
HTML Codes & Css Web 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>