Shades of Dodger Blue #409AFD
Tints of Dodger Blue #409AFD
RGB
CMYK
RGB Variations
Color information
#409AFD (or 0x409AFD) is known color: Dodger Blue. HEX triplet: 40, 9A and FD. RGB value is (64,154,253). Sum of RGB (Red+Green+Blue) = 64+154+253=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #409AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409AFD is #BF6502. Grayscale: #898989. Windows color (decimal): -12543235 or 16620096. OLE color: 16620096.
HSL color Cylindrical-coordinate representation of color #409AFD: hue angle of 211.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409AFD is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 154 | 253 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.01 |
| HSL | 211.43º | 0.98% | 0.62% | - |
| HSV(B) | 211.43º | 0.75% | 0.99% | - |
| XYZ | 31.4 | 31.29 | 97.31 | - |
| YUV | 138.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 253 | 0.75 | 0.39 | 0 | 0.01 | 211.43 | 0.98 | 0.62 |
| Hex | 40 | 9A | FD | 4B | 27 | 0 | 1 | D3 | 62 | 3E |
| Octal | 100 | 232 | 375 | 113 | 47 | 0 | 1 | 323 | 142 | 76 |
| Binary | 1000000 | 10011010 | 11111101 | 1001011 | 100111 | 0 | 1 | 11010011 | 1100010 | 111110 |
Color Harmonies of #409AFD
Complementary color
Monochromatic Colors of #409AFD
Black with #409AFD
Text Example
Text Example
White with #409AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AFD; }
p { color: rgb(64,154,253); }
H1.HeaderClassName
{
color: #409AFD;
}
.AnyTagClassName
{
color: #409AFD;
}
</style>
background-color css
<style>
a { background-color: #409AFD; }
a { background-color: rgb(64,154,253); }
div.DivClassName
{
background-color: #409AFD;
}
.BgClassName
{
background-color: #409AFD;
}
</style>
border-color css
<style>
span { border-color: #409AFD; }
span { border-color: rgb(64,154,253); }
td.TdClassName
{
border-color: #409AFD;
}
.TagClassName
{
border-color: #409AFD;
}
</style>