Shades of Dodger Blue #0492EC
Tints of Dodger Blue #0492EC
RGB
CMYK
RGB Variations
Color information
#0492EC (or 0x0492EC) is known color: Dodger Blue. HEX triplet: 04, 92 and EC. RGB value is (4,146,236). Sum of RGB (Red+Green+Blue) = 4+146+236=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #0492EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0492EC is #FB6D13. Grayscale: #717171. Windows color (decimal): -16477460 or 15503876. OLE color: 15503876.
HSL color Cylindrical-coordinate representation of color #0492EC: hue angle of 203.28º 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 #0492EC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 146 | 236 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.07 |
| HSL | 203.28º | 0.97% | 0.47% | - |
| HSV(B) | 203.28º | 0.98% | 0.93% | - |
| XYZ | 25.47 | 26.64 | 83.16 | - |
| YUV | 113.8 | 196.96 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 236 | 0.98 | 0.38 | 0 | 0.07 | 203.28 | 0.97 | 0.47 |
| Hex | 4 | 92 | EC | 62 | 26 | 0 | 7 | CB | 61 | 2F |
| Octal | 4 | 222 | 354 | 142 | 46 | 0 | 7 | 313 | 141 | 57 |
| Binary | 100 | 10010010 | 11101100 | 1100010 | 100110 | 0 | 111 | 11001011 | 1100001 | 101111 |
Color Harmonies of #0492EC
Complementary color
Monochromatic Colors of #0492EC
Black with #0492EC
Text Example
Text Example
White with #0492EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0492EC; }
p { color: rgb(4,146,236); }
H1.HeaderClassName
{
color: #0492EC;
}
.AnyTagClassName
{
color: #0492EC;
}
</style>
background-color css
<style>
a { background-color: #0492EC; }
a { background-color: rgb(4,146,236); }
div.DivClassName
{
background-color: #0492EC;
}
.BgClassName
{
background-color: #0492EC;
}
</style>
border-color css
<style>
span { border-color: #0492EC; }
span { border-color: rgb(4,146,236); }
td.TdClassName
{
border-color: #0492EC;
}
.TagClassName
{
border-color: #0492EC;
}
</style>