Shades of Dodger Blue #409EFB
Tints of Dodger Blue #409EFB
RGB
CMYK
RGB Variations
Color information
#409EFB (or 0x409EFB) is known color: Dodger Blue. HEX triplet: 40, 9E and FB. RGB value is (64,158,251). Sum of RGB (Red+Green+Blue) = 64+158+251=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #409EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409EFB is #BF6104. Grayscale: #8C8C8C. Windows color (decimal): -12542213 or 16490048. OLE color: 16490048.
HSL color Cylindrical-coordinate representation of color #409EFB: hue angle of 209.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409EFB is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 158 | 251 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.02 |
| HSL | 209.84º | 0.96% | 0.62% | - |
| HSV(B) | 209.84º | 0.75% | 0.98% | - |
| XYZ | 31.75 | 32.51 | 95.87 | - |
| YUV | 140.5 | 190.36 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 251 | 0.75 | 0.37 | 0 | 0.02 | 209.84 | 0.96 | 0.62 |
| Hex | 40 | 9E | FB | 4B | 25 | 0 | 2 | D2 | 60 | 3E |
| Octal | 100 | 236 | 373 | 113 | 45 | 0 | 2 | 322 | 140 | 76 |
| Binary | 1000000 | 10011110 | 11111011 | 1001011 | 100101 | 0 | 10 | 11010010 | 1100000 | 111110 |
Color Harmonies of #409EFB
Complementary color
Monochromatic Colors of #409EFB
Black with #409EFB
Text Example
Text Example
White with #409EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EFB; }
p { color: rgb(64,158,251); }
H1.HeaderClassName
{
color: #409EFB;
}
.AnyTagClassName
{
color: #409EFB;
}
</style>
background-color css
<style>
a { background-color: #409EFB; }
a { background-color: rgb(64,158,251); }
div.DivClassName
{
background-color: #409EFB;
}
.BgClassName
{
background-color: #409EFB;
}
</style>
border-color css
<style>
span { border-color: #409EFB; }
span { border-color: rgb(64,158,251); }
td.TdClassName
{
border-color: #409EFB;
}
.TagClassName
{
border-color: #409EFB;
}
</style>