Shades of Dodger Blue #409BFA
Tints of Dodger Blue #409BFA
RGB
CMYK
RGB Variations
Color information
#409BFA (or 0x409BFA) is known color: Dodger Blue. HEX triplet: 40, 9B and FA. RGB value is (64,155,250). Sum of RGB (Red+Green+Blue) = 64+155+250=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #409BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409BFA is #BF6405. Grayscale: #8A8A8A. Windows color (decimal): -12542982 or 16423744. OLE color: 16423744.
HSL color Cylindrical-coordinate representation of color #409BFA: hue angle of 210.65º 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 #409BFA is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 155 | 250 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.02 |
| HSL | 210.65º | 0.95% | 0.62% | - |
| HSV(B) | 210.65º | 0.74% | 0.98% | - |
| XYZ | 31.09 | 31.43 | 94.87 | - |
| YUV | 138.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 250 | 0.74 | 0.38 | 0 | 0.02 | 210.65 | 0.95 | 0.62 |
| Hex | 40 | 9B | FA | 4A | 26 | 0 | 2 | D3 | 5F | 3E |
| Octal | 100 | 233 | 372 | 112 | 46 | 0 | 2 | 323 | 137 | 76 |
| Binary | 1000000 | 10011011 | 11111010 | 1001010 | 100110 | 0 | 10 | 11010011 | 1011111 | 111110 |
Color Harmonies of #409BFA
Complementary color
Monochromatic Colors of #409BFA
Black with #409BFA
Text Example
Text Example
White with #409BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BFA; }
p { color: rgb(64,155,250); }
H1.HeaderClassName
{
color: #409BFA;
}
.AnyTagClassName
{
color: #409BFA;
}
</style>
background-color css
<style>
a { background-color: #409BFA; }
a { background-color: rgb(64,155,250); }
div.DivClassName
{
background-color: #409BFA;
}
.BgClassName
{
background-color: #409BFA;
}
</style>
border-color css
<style>
span { border-color: #409BFA; }
span { border-color: rgb(64,155,250); }
td.TdClassName
{
border-color: #409BFA;
}
.TagClassName
{
border-color: #409BFA;
}
</style>