Shades of Dodger Blue #049CED
Tints of Dodger Blue #049CED
RGB
CMYK
RGB Variations
Color information
#049CED (or 0x049CED) is known color: Dodger Blue. HEX triplet: 04, 9C and ED. RGB value is (4,156,237). Sum of RGB (Red+Green+Blue) = 4+156+237=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #049CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CED is #FB6312. Grayscale: #777777. Windows color (decimal): -16474899 or 15571972. OLE color: 15571972.
HSL color Cylindrical-coordinate representation of color #049CED: hue angle of 200.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CED is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 156 | 237 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.07 |
| HSL | 200.86º | 0.97% | 0.47% | - |
| HSV(B) | 200.86º | 0.98% | 0.93% | - |
| XYZ | 27.22 | 29.92 | 84.46 | - |
| YUV | 119.79 | 194.14 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 237 | 0.98 | 0.34 | 0 | 0.07 | 200.86 | 0.97 | 0.47 |
| Hex | 4 | 9C | ED | 62 | 22 | 0 | 7 | C9 | 61 | 2F |
| Octal | 4 | 234 | 355 | 142 | 42 | 0 | 7 | 311 | 141 | 57 |
| Binary | 100 | 10011100 | 11101101 | 1100010 | 100010 | 0 | 111 | 11001001 | 1100001 | 101111 |
Color Harmonies of #049CED
Complementary color
Monochromatic Colors of #049CED
Black with #049CED
Text Example
Text Example
White with #049CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CED; }
p { color: rgb(4,156,237); }
H1.HeaderClassName
{
color: #049CED;
}
.AnyTagClassName
{
color: #049CED;
}
</style>
background-color css
<style>
a { background-color: #049CED; }
a { background-color: rgb(4,156,237); }
div.DivClassName
{
background-color: #049CED;
}
.BgClassName
{
background-color: #049CED;
}
</style>
border-color css
<style>
span { border-color: #049CED; }
span { border-color: rgb(4,156,237); }
td.TdClassName
{
border-color: #049CED;
}
.TagClassName
{
border-color: #049CED;
}
</style>