Shades of Dodger Blue #409DF9
Tints of Dodger Blue #409DF9
RGB
CMYK
RGB Variations
Color information
#409DF9 (or 0x409DF9) is known color: Dodger Blue. HEX triplet: 40, 9D and F9. RGB value is (64,157,249). Sum of RGB (Red+Green+Blue) = 64+157+249=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #409DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409DF9 is #BF6206. Grayscale: #8B8B8B. Windows color (decimal): -12542471 or 16358720. OLE color: 16358720.
HSL color Cylindrical-coordinate representation of color #409DF9: hue angle of 209.84º 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 #409DF9 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 157 | 249 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.02 |
| HSL | 209.84º | 0.94% | 0.61% | - |
| HSV(B) | 209.84º | 0.74% | 0.98% | - |
| XYZ | 31.27 | 32.04 | 94.16 | - |
| YUV | 139.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 249 | 0.74 | 0.37 | 0 | 0.02 | 209.84 | 0.94 | 0.61 |
| Hex | 40 | 9D | F9 | 4A | 25 | 0 | 2 | D2 | 5E | 3D |
| Octal | 100 | 235 | 371 | 112 | 45 | 0 | 2 | 322 | 136 | 75 |
| Binary | 1000000 | 10011101 | 11111001 | 1001010 | 100101 | 0 | 10 | 11010010 | 1011110 | 111101 |
Color Harmonies of #409DF9
Complementary color
Monochromatic Colors of #409DF9
Black with #409DF9
Text Example
Text Example
White with #409DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DF9; }
p { color: rgb(64,157,249); }
H1.HeaderClassName
{
color: #409DF9;
}
.AnyTagClassName
{
color: #409DF9;
}
</style>
background-color css
<style>
a { background-color: #409DF9; }
a { background-color: rgb(64,157,249); }
div.DivClassName
{
background-color: #409DF9;
}
.BgClassName
{
background-color: #409DF9;
}
</style>
border-color css
<style>
span { border-color: #409DF9; }
span { border-color: rgb(64,157,249); }
td.TdClassName
{
border-color: #409DF9;
}
.TagClassName
{
border-color: #409DF9;
}
</style>