Shades of Dodger Blue #409AFB
Tints of Dodger Blue #409AFB
RGB
CMYK
RGB Variations
Color information
#409AFB (or 0x409AFB) is known color: Dodger Blue. HEX triplet: 40, 9A and FB. RGB value is (64,154,251). Sum of RGB (Red+Green+Blue) = 64+154+251=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #409AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409AFB is #BF6504. Grayscale: #898989. Windows color (decimal): -12543237 or 16489024. OLE color: 16489024.
HSL color Cylindrical-coordinate representation of color #409AFB: hue angle of 211.12º 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 #409AFB is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 154 | 251 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.02 |
| HSL | 211.12º | 0.96% | 0.62% | - |
| HSV(B) | 211.12º | 0.75% | 0.98% | - |
| XYZ | 31.08 | 31.17 | 95.64 | - |
| YUV | 138.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 251 | 0.75 | 0.39 | 0 | 0.02 | 211.12 | 0.96 | 0.62 |
| Hex | 40 | 9A | FB | 4B | 27 | 0 | 2 | D3 | 60 | 3E |
| Octal | 100 | 232 | 373 | 113 | 47 | 0 | 2 | 323 | 140 | 76 |
| Binary | 1000000 | 10011010 | 11111011 | 1001011 | 100111 | 0 | 10 | 11010011 | 1100000 | 111110 |
Color Harmonies of #409AFB
Complementary color
Monochromatic Colors of #409AFB
Black with #409AFB
Text Example
Text Example
White with #409AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AFB; }
p { color: rgb(64,154,251); }
H1.HeaderClassName
{
color: #409AFB;
}
.AnyTagClassName
{
color: #409AFB;
}
</style>
background-color css
<style>
a { background-color: #409AFB; }
a { background-color: rgb(64,154,251); }
div.DivClassName
{
background-color: #409AFB;
}
.BgClassName
{
background-color: #409AFB;
}
</style>
border-color css
<style>
span { border-color: #409AFB; }
span { border-color: rgb(64,154,251); }
td.TdClassName
{
border-color: #409AFB;
}
.TagClassName
{
border-color: #409AFB;
}
</style>