Shades of Dodger Blue #408FFF
Tints of Dodger Blue #408FFF
RGB
CMYK
RGB Variations
Color information
#408FFF (or 0x408FFF) is known color: Dodger Blue. HEX triplet: 40, 8F and FF. RGB value is (64,143,255). Sum of RGB (Red+Green+Blue) = 64+143+255=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #408FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FFF is #BF7000. Grayscale: #838383. Windows color (decimal): -12546049 or 16748352. OLE color: 16748352.
HSL color Cylindrical-coordinate representation of color #408FFF: hue angle of 215.18º 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 #408FFF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 143 | 255 | - |
| CMYK | 0.75 | 0.44 | 0 | 0 |
| HSL | 215.18º | 1% | 0.63% | - |
| HSV(B) | 215.18º | 0.75% | 1% | - |
| XYZ | 29.99 | 27.95 | 98.42 | - |
| YUV | 132.15 | 197.33 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 255 | 0.75 | 0.44 | 0 | 0 | 215.18 | 1 | 0.63 |
| Hex | 40 | 8F | FF | 4B | 2C | 0 | 0 | D7 | 64 | 3F |
| Octal | 100 | 217 | 377 | 113 | 54 | 0 | 0 | 327 | 144 | 77 |
| Binary | 1000000 | 10001111 | 11111111 | 1001011 | 101100 | 0 | 0 | 11010111 | 1100100 | 111111 |
Color Harmonies of #408FFF
Complementary color
Monochromatic Colors of #408FFF
Black with #408FFF
Text Example
Text Example
White with #408FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FFF; }
p { color: rgb(64,143,255); }
H1.HeaderClassName
{
color: #408FFF;
}
.AnyTagClassName
{
color: #408FFF;
}
</style>
background-color css
<style>
a { background-color: #408FFF; }
a { background-color: rgb(64,143,255); }
div.DivClassName
{
background-color: #408FFF;
}
.BgClassName
{
background-color: #408FFF;
}
</style>
border-color css
<style>
span { border-color: #408FFF; }
span { border-color: rgb(64,143,255); }
td.TdClassName
{
border-color: #408FFF;
}
.TagClassName
{
border-color: #408FFF;
}
</style>