Shades of Dodger Blue #409CFB
Tints of Dodger Blue #409CFB
RGB
CMYK
RGB Variations
Color information
#409CFB (or 0x409CFB) is known color: Dodger Blue. HEX triplet: 40, 9C and FB. RGB value is (64,156,251). Sum of RGB (Red+Green+Blue) = 64+156+251=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #409CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409CFB is #BF6304. Grayscale: #8A8A8A. Windows color (decimal): -12542725 or 16489536. OLE color: 16489536.
HSL color Cylindrical-coordinate representation of color #409CFB: hue angle of 210.48º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409CFB is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 156 | 251 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.02 |
| HSL | 210.48º | 0.96% | 0.62% | - |
| HSV(B) | 210.48º | 0.75% | 0.98% | - |
| XYZ | 31.42 | 31.83 | 95.76 | - |
| YUV | 139.32 | 191.02 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 251 | 0.75 | 0.38 | 0 | 0.02 | 210.48 | 0.96 | 0.62 |
| Hex | 40 | 9C | FB | 4B | 26 | 0 | 2 | D2 | 60 | 3E |
| Octal | 100 | 234 | 373 | 113 | 46 | 0 | 2 | 322 | 140 | 76 |
| Binary | 1000000 | 10011100 | 11111011 | 1001011 | 100110 | 0 | 10 | 11010010 | 1100000 | 111110 |
Color Harmonies of #409CFB
Complementary color
Monochromatic Colors of #409CFB
Black with #409CFB
Text Example
Text Example
White with #409CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CFB; }
p { color: rgb(64,156,251); }
H1.HeaderClassName
{
color: #409CFB;
}
.AnyTagClassName
{
color: #409CFB;
}
</style>
background-color css
<style>
a { background-color: #409CFB; }
a { background-color: rgb(64,156,251); }
div.DivClassName
{
background-color: #409CFB;
}
.BgClassName
{
background-color: #409CFB;
}
</style>
border-color css
<style>
span { border-color: #409CFB; }
span { border-color: rgb(64,156,251); }
td.TdClassName
{
border-color: #409CFB;
}
.TagClassName
{
border-color: #409CFB;
}
</style>