Shades of Dodger Blue #408FF4
Tints of Dodger Blue #408FF4
RGB
CMYK
RGB Variations
Color information
#408FF4 (or 0x408FF4) is known color: Dodger Blue. HEX triplet: 40, 8F and F4. RGB value is (64,143,244). Sum of RGB (Red+Green+Blue) = 64+143+244=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #408FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FF4 is #BF700B. Grayscale: #828282. Windows color (decimal): -12546060 or 16027456. OLE color: 16027456.
HSL color Cylindrical-coordinate representation of color #408FF4: hue angle of 213.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408FF4 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 143 | 244 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.04 |
| HSL | 213.67º | 0.89% | 0.6% | - |
| HSV(B) | 213.67º | 0.74% | 0.96% | - |
| XYZ | 28.27 | 27.27 | 89.36 | - |
| YUV | 130.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 244 | 0.74 | 0.41 | 0 | 0.04 | 213.67 | 0.89 | 0.6 |
| Hex | 40 | 8F | F4 | 4A | 29 | 0 | 4 | D6 | 59 | 3C |
| Octal | 100 | 217 | 364 | 112 | 51 | 0 | 4 | 326 | 131 | 74 |
| Binary | 1000000 | 10001111 | 11110100 | 1001010 | 101001 | 0 | 100 | 11010110 | 1011001 | 111100 |
Color Harmonies of #408FF4
Complementary color
Monochromatic Colors of #408FF4
Black with #408FF4
Text Example
Text Example
White with #408FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FF4; }
p { color: rgb(64,143,244); }
H1.HeaderClassName
{
color: #408FF4;
}
.AnyTagClassName
{
color: #408FF4;
}
</style>
background-color css
<style>
a { background-color: #408FF4; }
a { background-color: rgb(64,143,244); }
div.DivClassName
{
background-color: #408FF4;
}
.BgClassName
{
background-color: #408FF4;
}
</style>
border-color css
<style>
span { border-color: #408FF4; }
span { border-color: rgb(64,143,244); }
td.TdClassName
{
border-color: #408FF4;
}
.TagClassName
{
border-color: #408FF4;
}
</style>