Shades of Dodger Blue #409AF9
Tints of Dodger Blue #409AF9
RGB
CMYK
RGB Variations
Color information
#409AF9 (or 0x409AF9) is known color: Dodger Blue. HEX triplet: 40, 9A and F9. RGB value is (64,154,249). Sum of RGB (Red+Green+Blue) = 64+154+249=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #409AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409AF9 is #BF6506. Grayscale: #898989. Windows color (decimal): -12543239 or 16357952. OLE color: 16357952.
HSL color Cylindrical-coordinate representation of color #409AF9: hue angle of 210.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #409AF9 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 154 | 249 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.02 |
| HSL | 210.81º | 0.94% | 0.61% | - |
| HSV(B) | 210.81º | 0.74% | 0.98% | - |
| XYZ | 30.77 | 31.04 | 93.99 | - |
| YUV | 137.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 249 | 0.74 | 0.38 | 0 | 0.02 | 210.81 | 0.94 | 0.61 |
| Hex | 40 | 9A | F9 | 4A | 26 | 0 | 2 | D3 | 5E | 3D |
| Octal | 100 | 232 | 371 | 112 | 46 | 0 | 2 | 323 | 136 | 75 |
| Binary | 1000000 | 10011010 | 11111001 | 1001010 | 100110 | 0 | 10 | 11010011 | 1011110 | 111101 |
Color Harmonies of #409AF9
Complementary color
Monochromatic Colors of #409AF9
Black with #409AF9
Text Example
Text Example
White with #409AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AF9; }
p { color: rgb(64,154,249); }
H1.HeaderClassName
{
color: #409AF9;
}
.AnyTagClassName
{
color: #409AF9;
}
</style>
background-color css
<style>
a { background-color: #409AF9; }
a { background-color: rgb(64,154,249); }
div.DivClassName
{
background-color: #409AF9;
}
.BgClassName
{
background-color: #409AF9;
}
</style>
border-color css
<style>
span { border-color: #409AF9; }
span { border-color: rgb(64,154,249); }
td.TdClassName
{
border-color: #409AF9;
}
.TagClassName
{
border-color: #409AF9;
}
</style>