Shades of Dodger Blue #409BF8
Tints of Dodger Blue #409BF8
RGB
CMYK
RGB Variations
Color information
#409BF8 (or 0x409BF8) is known color: Dodger Blue. HEX triplet: 40, 9B and F8. RGB value is (64,155,248). Sum of RGB (Red+Green+Blue) = 64+155+248=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #409BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409BF8 is #BF6407. Grayscale: #898989. Windows color (decimal): -12542984 or 16292672. OLE color: 16292672.
HSL color Cylindrical-coordinate representation of color #409BF8: hue angle of 210.33º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #409BF8 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 155 | 248 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.03 |
| HSL | 210.33º | 0.93% | 0.61% | - |
| HSV(B) | 210.33º | 0.74% | 0.97% | - |
| XYZ | 30.78 | 31.31 | 93.23 | - |
| YUV | 138.39 | 189.85 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 248 | 0.74 | 0.38 | 0 | 0.03 | 210.33 | 0.93 | 0.61 |
| Hex | 40 | 9B | F8 | 4A | 26 | 0 | 3 | D2 | 5D | 3D |
| Octal | 100 | 233 | 370 | 112 | 46 | 0 | 3 | 322 | 135 | 75 |
| Binary | 1000000 | 10011011 | 11111000 | 1001010 | 100110 | 0 | 11 | 11010010 | 1011101 | 111101 |
Color Harmonies of #409BF8
Complementary color
Monochromatic Colors of #409BF8
Black with #409BF8
Text Example
Text Example
White with #409BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BF8; }
p { color: rgb(64,155,248); }
H1.HeaderClassName
{
color: #409BF8;
}
.AnyTagClassName
{
color: #409BF8;
}
</style>
background-color css
<style>
a { background-color: #409BF8; }
a { background-color: rgb(64,155,248); }
div.DivClassName
{
background-color: #409BF8;
}
.BgClassName
{
background-color: #409BF8;
}
</style>
border-color css
<style>
span { border-color: #409BF8; }
span { border-color: rgb(64,155,248); }
td.TdClassName
{
border-color: #409BF8;
}
.TagClassName
{
border-color: #409BF8;
}
</style>