Shades of Dodger Blue #409BFE
Tints of Dodger Blue #409BFE
RGB
CMYK
RGB Variations
Color information
#409BFE (or 0x409BFE) is known color: Dodger Blue. HEX triplet: 40, 9B and FE. RGB value is (64,155,254). Sum of RGB (Red+Green+Blue) = 64+155+254=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #409BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409BFE is #BF6401. Grayscale: #8A8A8A. Windows color (decimal): -12542978 or 16685888. OLE color: 16685888.
HSL color Cylindrical-coordinate representation of color #409BFE: hue angle of 211.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409BFE is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 155 | 254 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.00 |
| HSL | 211.26º | 0.99% | 0.62% | - |
| HSV(B) | 211.26º | 0.75% | 1% | - |
| XYZ | 31.73 | 31.69 | 98.21 | - |
| YUV | 139.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 254 | 0.75 | 0.39 | 0 | 0.00 | 211.26 | 0.99 | 0.62 |
| Hex | 40 | 9B | FE | 4B | 27 | 0 | 0 | D3 | 63 | 3E |
| Octal | 100 | 233 | 376 | 113 | 47 | 0 | 0 | 323 | 143 | 76 |
| Binary | 1000000 | 10011011 | 11111110 | 1001011 | 100111 | 0 | 0 | 11010011 | 1100011 | 111110 |
Color Harmonies of #409BFE
Complementary color
Monochromatic Colors of #409BFE
Black with #409BFE
Text Example
Text Example
White with #409BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BFE; }
p { color: rgb(64,155,254); }
H1.HeaderClassName
{
color: #409BFE;
}
.AnyTagClassName
{
color: #409BFE;
}
</style>
background-color css
<style>
a { background-color: #409BFE; }
a { background-color: rgb(64,155,254); }
div.DivClassName
{
background-color: #409BFE;
}
.BgClassName
{
background-color: #409BFE;
}
</style>
border-color css
<style>
span { border-color: #409BFE; }
span { border-color: rgb(64,155,254); }
td.TdClassName
{
border-color: #409BFE;
}
.TagClassName
{
border-color: #409BFE;
}
</style>