Shades of Dodger Blue #049CFF
Tints of Dodger Blue #049CFF
RGB
CMYK
RGB Variations
Color information
#049CFF (or 0x049CFF) is known color: Dodger Blue. HEX triplet: 04, 9C and FF. RGB value is (4,156,255). Sum of RGB (Red+Green+Blue) = 4+156+255=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #049CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CFF is #FB6300. Grayscale: #797979. Windows color (decimal): -16474881 or 16751620. OLE color: 16751620.
HSL color Cylindrical-coordinate representation of color #049CFF: hue angle of 203.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CFF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 156 | 255 | - |
| CMYK | 0.98 | 0.39 | 0 | 0 |
| HSL | 203.67º | 1% | 0.51% | - |
| HSV(B) | 203.67º | 0.98% | 1% | - |
| XYZ | 29.99 | 31.02 | 99.02 | - |
| YUV | 121.84 | 203.14 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 255 | 0.98 | 0.39 | 0 | 0 | 203.67 | 1 | 0.51 |
| Hex | 4 | 9C | FF | 62 | 27 | 0 | 0 | CC | 64 | 33 |
| Octal | 4 | 234 | 377 | 142 | 47 | 0 | 0 | 314 | 144 | 63 |
| Binary | 100 | 10011100 | 11111111 | 1100010 | 100111 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #049CFF
Complementary color
Monochromatic Colors of #049CFF
Black with #049CFF
Text Example
Text Example
White with #049CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CFF; }
p { color: rgb(4,156,255); }
H1.HeaderClassName
{
color: #049CFF;
}
.AnyTagClassName
{
color: #049CFF;
}
</style>
background-color css
<style>
a { background-color: #049CFF; }
a { background-color: rgb(4,156,255); }
div.DivClassName
{
background-color: #049CFF;
}
.BgClassName
{
background-color: #049CFF;
}
</style>
border-color css
<style>
span { border-color: #049CFF; }
span { border-color: rgb(4,156,255); }
td.TdClassName
{
border-color: #049CFF;
}
.TagClassName
{
border-color: #049CFF;
}
</style>