Shades of Dodger Blue #408FF6
Tints of Dodger Blue #408FF6
RGB
CMYK
RGB Variations
Color information
#408FF6 (or 0x408FF6) is known color: Dodger Blue. HEX triplet: 40, 8F and F6. RGB value is (64,143,246). Sum of RGB (Red+Green+Blue) = 64+143+246=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #408FF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FF6 is #BF7009. Grayscale: #828282. Windows color (decimal): -12546058 or 16158528. OLE color: 16158528.
HSL color Cylindrical-coordinate representation of color #408FF6: hue angle of 213.96º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408FF6 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 143 | 246 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.04 |
| HSL | 213.96º | 0.91% | 0.61% | - |
| HSV(B) | 213.96º | 0.74% | 0.96% | - |
| XYZ | 28.57 | 27.39 | 90.97 | - |
| YUV | 131.12 | 192.83 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 246 | 0.74 | 0.42 | 0 | 0.04 | 213.96 | 0.91 | 0.61 |
| Hex | 40 | 8F | F6 | 4A | 2A | 0 | 4 | D6 | 5B | 3D |
| Octal | 100 | 217 | 366 | 112 | 52 | 0 | 4 | 326 | 133 | 75 |
| Binary | 1000000 | 10001111 | 11110110 | 1001010 | 101010 | 0 | 100 | 11010110 | 1011011 | 111101 |
Color Harmonies of #408FF6
Complementary color
Monochromatic Colors of #408FF6
Black with #408FF6
Text Example
Text Example
White with #408FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FF6; }
p { color: rgb(64,143,246); }
H1.HeaderClassName
{
color: #408FF6;
}
.AnyTagClassName
{
color: #408FF6;
}
</style>
background-color css
<style>
a { background-color: #408FF6; }
a { background-color: rgb(64,143,246); }
div.DivClassName
{
background-color: #408FF6;
}
.BgClassName
{
background-color: #408FF6;
}
</style>
border-color css
<style>
span { border-color: #408FF6; }
span { border-color: rgb(64,143,246); }
td.TdClassName
{
border-color: #408FF6;
}
.TagClassName
{
border-color: #408FF6;
}
</style>