Shades of Dodger Blue #409BFD
Tints of Dodger Blue #409BFD
RGB
CMYK
RGB Variations
Color information
#409BFD (or 0x409BFD) is known color: Dodger Blue. HEX triplet: 40, 9B and FD. RGB value is (64,155,253). Sum of RGB (Red+Green+Blue) = 64+155+253=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #409BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409BFD is #BF6402. Grayscale: #8A8A8A. Windows color (decimal): -12542979 or 16620352. OLE color: 16620352.
HSL color Cylindrical-coordinate representation of color #409BFD: hue angle of 211.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409BFD is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 155 | 253 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.01 |
| HSL | 211.11º | 0.98% | 0.62% | - |
| HSV(B) | 211.11º | 0.75% | 0.99% | - |
| XYZ | 31.57 | 31.62 | 97.37 | - |
| YUV | 138.96 | 192.35 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 253 | 0.75 | 0.39 | 0 | 0.01 | 211.11 | 0.98 | 0.62 |
| Hex | 40 | 9B | FD | 4B | 27 | 0 | 1 | D3 | 62 | 3E |
| Octal | 100 | 233 | 375 | 113 | 47 | 0 | 1 | 323 | 142 | 76 |
| Binary | 1000000 | 10011011 | 11111101 | 1001011 | 100111 | 0 | 1 | 11010011 | 1100010 | 111110 |
Color Harmonies of #409BFD
Complementary color
Monochromatic Colors of #409BFD
Black with #409BFD
Text Example
Text Example
White with #409BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BFD; }
p { color: rgb(64,155,253); }
H1.HeaderClassName
{
color: #409BFD;
}
.AnyTagClassName
{
color: #409BFD;
}
</style>
background-color css
<style>
a { background-color: #409BFD; }
a { background-color: rgb(64,155,253); }
div.DivClassName
{
background-color: #409BFD;
}
.BgClassName
{
background-color: #409BFD;
}
</style>
border-color css
<style>
span { border-color: #409BFD; }
span { border-color: rgb(64,155,253); }
td.TdClassName
{
border-color: #409BFD;
}
.TagClassName
{
border-color: #409BFD;
}
</style>