Shades of Dodger Blue #409BFF
Tints of Dodger Blue #409BFF
RGB
CMYK
RGB Variations
Color information
#409BFF (or 0x409BFF) is known color: Dodger Blue. HEX triplet: 40, 9B and FF. RGB value is (64,155,255). Sum of RGB (Red+Green+Blue) = 64+155+255=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #409BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409BFF is #BF6400. Grayscale: #8A8A8A. Windows color (decimal): -12542977 or 16751424. OLE color: 16751424.
HSL color Cylindrical-coordinate representation of color #409BFF: hue angle of 211.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409BFF is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 155 | 255 | - |
| CMYK | 0.75 | 0.39 | 0 | 0 |
| HSL | 211.41º | 1% | 0.63% | - |
| HSV(B) | 211.41º | 0.75% | 1% | - |
| XYZ | 31.89 | 31.75 | 99.06 | - |
| YUV | 139.19 | 193.35 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 255 | 0.75 | 0.39 | 0 | 0 | 211.41 | 1 | 0.63 |
| Hex | 40 | 9B | FF | 4B | 27 | 0 | 0 | D3 | 64 | 3F |
| Octal | 100 | 233 | 377 | 113 | 47 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000000 | 10011011 | 11111111 | 1001011 | 100111 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #409BFF
Complementary color
Monochromatic Colors of #409BFF
Black with #409BFF
Text Example
Text Example
White with #409BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BFF; }
p { color: rgb(64,155,255); }
H1.HeaderClassName
{
color: #409BFF;
}
.AnyTagClassName
{
color: #409BFF;
}
</style>
background-color css
<style>
a { background-color: #409BFF; }
a { background-color: rgb(64,155,255); }
div.DivClassName
{
background-color: #409BFF;
}
.BgClassName
{
background-color: #409BFF;
}
</style>
border-color css
<style>
span { border-color: #409BFF; }
span { border-color: rgb(64,155,255); }
td.TdClassName
{
border-color: #409BFF;
}
.TagClassName
{
border-color: #409BFF;
}
</style>