Shades of Dodger Blue #408DF1
Tints of Dodger Blue #408DF1
RGB
CMYK
RGB Variations
Color information
#408DF1 (or 0x408DF1) is known color: Dodger Blue. HEX triplet: 40, 8D and F1. RGB value is (64,141,241). Sum of RGB (Red+Green+Blue) = 64+141+241=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #408DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408DF1 is #BF720E. Grayscale: #808080. Windows color (decimal): -12546575 or 15830336. OLE color: 15830336.
HSL color Cylindrical-coordinate representation of color #408DF1: hue angle of 213.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408DF1 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 141 | 241 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.05 |
| HSL | 213.9º | 0.86% | 0.6% | - |
| HSV(B) | 213.9º | 0.73% | 0.95% | - |
| XYZ | 27.52 | 26.49 | 86.88 | - |
| YUV | 129.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 241 | 0.73 | 0.41 | 0 | 0.05 | 213.9 | 0.86 | 0.6 |
| Hex | 40 | 8D | F1 | 49 | 29 | 0 | 5 | D6 | 56 | 3C |
| Octal | 100 | 215 | 361 | 111 | 51 | 0 | 5 | 326 | 126 | 74 |
| Binary | 1000000 | 10001101 | 11110001 | 1001001 | 101001 | 0 | 101 | 11010110 | 1010110 | 111100 |
Color Harmonies of #408DF1
Complementary color
Monochromatic Colors of #408DF1
Black with #408DF1
Text Example
Text Example
White with #408DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DF1; }
p { color: rgb(64,141,241); }
H1.HeaderClassName
{
color: #408DF1;
}
.AnyTagClassName
{
color: #408DF1;
}
</style>
background-color css
<style>
a { background-color: #408DF1; }
a { background-color: rgb(64,141,241); }
div.DivClassName
{
background-color: #408DF1;
}
.BgClassName
{
background-color: #408DF1;
}
</style>
border-color css
<style>
span { border-color: #408DF1; }
span { border-color: rgb(64,141,241); }
td.TdClassName
{
border-color: #408DF1;
}
.TagClassName
{
border-color: #408DF1;
}
</style>