Shades of Dodger Blue #409BF5
Tints of Dodger Blue #409BF5
RGB
CMYK
RGB Variations
Color information
#409BF5 (or 0x409BF5) is known color: Dodger Blue. HEX triplet: 40, 9B and F5. RGB value is (64,155,245). Sum of RGB (Red+Green+Blue) = 64+155+245=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #409BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409BF5 is #BF640A. Grayscale: #898989. Windows color (decimal): -12542987 or 16096064. OLE color: 16096064.
HSL color Cylindrical-coordinate representation of color #409BF5: hue angle of 209.83º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #409BF5 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 155 | 245 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.04 |
| HSL | 209.83º | 0.9% | 0.61% | - |
| HSV(B) | 209.83º | 0.74% | 0.96% | - |
| XYZ | 30.32 | 31.13 | 90.8 | - |
| YUV | 138.05 | 188.35 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 245 | 0.74 | 0.37 | 0 | 0.04 | 209.83 | 0.9 | 0.61 |
| Hex | 40 | 9B | F5 | 4A | 25 | 0 | 4 | D2 | 5A | 3D |
| Octal | 100 | 233 | 365 | 112 | 45 | 0 | 4 | 322 | 132 | 75 |
| Binary | 1000000 | 10011011 | 11110101 | 1001010 | 100101 | 0 | 100 | 11010010 | 1011010 | 111101 |
Color Harmonies of #409BF5
Complementary color
Monochromatic Colors of #409BF5
Black with #409BF5
Text Example
Text Example
White with #409BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BF5; }
p { color: rgb(64,155,245); }
H1.HeaderClassName
{
color: #409BF5;
}
.AnyTagClassName
{
color: #409BF5;
}
</style>
background-color css
<style>
a { background-color: #409BF5; }
a { background-color: rgb(64,155,245); }
div.DivClassName
{
background-color: #409BF5;
}
.BgClassName
{
background-color: #409BF5;
}
</style>
border-color css
<style>
span { border-color: #409BF5; }
span { border-color: rgb(64,155,245); }
td.TdClassName
{
border-color: #409BF5;
}
.TagClassName
{
border-color: #409BF5;
}
</style>