Shades of Dodger Blue #408AFE
Tints of Dodger Blue #408AFE
RGB
CMYK
RGB Variations
Color information
#408AFE (or 0x408AFE) is known color: Dodger Blue. HEX triplet: 40, 8A and FE. RGB value is (64,138,254). Sum of RGB (Red+Green+Blue) = 64+138+254=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #408AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408AFE is #BF7501. Grayscale: #808080. Windows color (decimal): -12547330 or 16681536. OLE color: 16681536.
HSL color Cylindrical-coordinate representation of color #408AFE: hue angle of 216.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408AFE is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 138 | 254 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.00 |
| HSL | 216.63º | 0.99% | 0.62% | - |
| HSV(B) | 216.63º | 0.75% | 1% | - |
| XYZ | 29.09 | 26.42 | 97.33 | - |
| YUV | 129.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 254 | 0.75 | 0.46 | 0 | 0.00 | 216.63 | 0.99 | 0.62 |
| Hex | 40 | 8A | FE | 4B | 2E | 0 | 0 | D9 | 63 | 3E |
| Octal | 100 | 212 | 376 | 113 | 56 | 0 | 0 | 331 | 143 | 76 |
| Binary | 1000000 | 10001010 | 11111110 | 1001011 | 101110 | 0 | 0 | 11011001 | 1100011 | 111110 |
Color Harmonies of #408AFE
Complementary color
Monochromatic Colors of #408AFE
Black with #408AFE
Text Example
Text Example
White with #408AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AFE; }
p { color: rgb(64,138,254); }
H1.HeaderClassName
{
color: #408AFE;
}
.AnyTagClassName
{
color: #408AFE;
}
</style>
background-color css
<style>
a { background-color: #408AFE; }
a { background-color: rgb(64,138,254); }
div.DivClassName
{
background-color: #408AFE;
}
.BgClassName
{
background-color: #408AFE;
}
</style>
border-color css
<style>
span { border-color: #408AFE; }
span { border-color: rgb(64,138,254); }
td.TdClassName
{
border-color: #408AFE;
}
.TagClassName
{
border-color: #408AFE;
}
</style>