Shades of Dodger Blue #408BFF
Tints of Dodger Blue #408BFF
RGB
CMYK
RGB Variations
Color information
#408BFF (or 0x408BFF) is known color: Dodger Blue. HEX triplet: 40, 8B and FF. RGB value is (64,139,255). Sum of RGB (Red+Green+Blue) = 64+139+255=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #408BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BFF is #BF7400. Grayscale: #818181. Windows color (decimal): -12547073 or 16747328. OLE color: 16747328.
HSL color Cylindrical-coordinate representation of color #408BFF: hue angle of 216.44º 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 #408BFF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 139 | 255 | - |
| CMYK | 0.75 | 0.45 | 0 | 0 |
| HSL | 216.44º | 1% | 0.63% | - |
| HSV(B) | 216.44º | 0.75% | 1% | - |
| XYZ | 29.4 | 26.78 | 98.23 | - |
| YUV | 129.8 | 198.65 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 255 | 0.75 | 0.45 | 0 | 0 | 216.44 | 1 | 0.63 |
| Hex | 40 | 8B | FF | 4B | 2D | 0 | 0 | D8 | 64 | 3F |
| Octal | 100 | 213 | 377 | 113 | 55 | 0 | 0 | 330 | 144 | 77 |
| Binary | 1000000 | 10001011 | 11111111 | 1001011 | 101101 | 0 | 0 | 11011000 | 1100100 | 111111 |
Color Harmonies of #408BFF
Complementary color
Monochromatic Colors of #408BFF
Black with #408BFF
Text Example
Text Example
White with #408BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BFF; }
p { color: rgb(64,139,255); }
H1.HeaderClassName
{
color: #408BFF;
}
.AnyTagClassName
{
color: #408BFF;
}
</style>
background-color css
<style>
a { background-color: #408BFF; }
a { background-color: rgb(64,139,255); }
div.DivClassName
{
background-color: #408BFF;
}
.BgClassName
{
background-color: #408BFF;
}
</style>
border-color css
<style>
span { border-color: #408BFF; }
span { border-color: rgb(64,139,255); }
td.TdClassName
{
border-color: #408BFF;
}
.TagClassName
{
border-color: #408BFF;
}
</style>