Shades of Dodger Blue #049CE9
Tints of Dodger Blue #049CE9
RGB
CMYK
RGB Variations
Color information
#049CE9 (or 0x049CE9) is known color: Dodger Blue. HEX triplet: 04, 9C and E9. RGB value is (4,156,233). Sum of RGB (Red+Green+Blue) = 4+156+233=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #049CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CE9 is #FB6316. Grayscale: #767676. Windows color (decimal): -16474903 or 15309828. OLE color: 15309828.
HSL color Cylindrical-coordinate representation of color #049CE9: hue angle of 200.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CE9 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 156 | 233 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.09 |
| HSL | 200.17º | 0.97% | 0.46% | - |
| HSV(B) | 200.17º | 0.98% | 0.91% | - |
| XYZ | 26.65 | 29.69 | 81.42 | - |
| YUV | 119.33 | 192.14 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 233 | 0.98 | 0.33 | 0 | 0.09 | 200.17 | 0.97 | 0.46 |
| Hex | 4 | 9C | E9 | 62 | 21 | 0 | 9 | C8 | 61 | 2E |
| Octal | 4 | 234 | 351 | 142 | 41 | 0 | 11 | 310 | 141 | 56 |
| Binary | 100 | 10011100 | 11101001 | 1100010 | 100001 | 0 | 1001 | 11001000 | 1100001 | 101110 |
Color Harmonies of #049CE9
Complementary color
Monochromatic Colors of #049CE9
Black with #049CE9
Text Example
Text Example
White with #049CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CE9; }
p { color: rgb(4,156,233); }
H1.HeaderClassName
{
color: #049CE9;
}
.AnyTagClassName
{
color: #049CE9;
}
</style>
background-color css
<style>
a { background-color: #049CE9; }
a { background-color: rgb(4,156,233); }
div.DivClassName
{
background-color: #049CE9;
}
.BgClassName
{
background-color: #049CE9;
}
</style>
border-color css
<style>
span { border-color: #049CE9; }
span { border-color: rgb(4,156,233); }
td.TdClassName
{
border-color: #049CE9;
}
.TagClassName
{
border-color: #049CE9;
}
</style>