Shades of Dodger Blue #409DFA
Tints of Dodger Blue #409DFA
RGB
CMYK
RGB Variations
Color information
#409DFA (or 0x409DFA) is known color: Dodger Blue. HEX triplet: 40, 9D and FA. RGB value is (64,157,250). Sum of RGB (Red+Green+Blue) = 64+157+250=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #409DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409DFA is #BF6205. Grayscale: #8B8B8B. Windows color (decimal): -12542470 or 16424256. OLE color: 16424256.
HSL color Cylindrical-coordinate representation of color #409DFA: hue angle of 210º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #409DFA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 157 | 250 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.62% | - |
| HSV(B) | 210º | 0.74% | 0.98% | - |
| XYZ | 31.43 | 32.11 | 94.98 | - |
| YUV | 139.8 | 190.19 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 250 | 0.74 | 0.37 | 0 | 0.02 | 210 | 0.95 | 0.62 |
| Hex | 40 | 9D | FA | 4A | 25 | 0 | 2 | D2 | 5F | 3E |
| Octal | 100 | 235 | 372 | 112 | 45 | 0 | 2 | 322 | 137 | 76 |
| Binary | 1000000 | 10011101 | 11111010 | 1001010 | 100101 | 0 | 10 | 11010010 | 1011111 | 111110 |
Color Harmonies of #409DFA
Complementary color
Monochromatic Colors of #409DFA
Black with #409DFA
Text Example
Text Example
White with #409DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DFA; }
p { color: rgb(64,157,250); }
H1.HeaderClassName
{
color: #409DFA;
}
.AnyTagClassName
{
color: #409DFA;
}
</style>
background-color css
<style>
a { background-color: #409DFA; }
a { background-color: rgb(64,157,250); }
div.DivClassName
{
background-color: #409DFA;
}
.BgClassName
{
background-color: #409DFA;
}
</style>
border-color css
<style>
span { border-color: #409DFA; }
span { border-color: rgb(64,157,250); }
td.TdClassName
{
border-color: #409DFA;
}
.TagClassName
{
border-color: #409DFA;
}
</style>