Shades of Dodger Blue #0494EC
Tints of Dodger Blue #0494EC
RGB
CMYK
RGB Variations
Color information
#0494EC (or 0x0494EC) is known color: Dodger Blue. HEX triplet: 04, 94 and EC. RGB value is (4,148,236). Sum of RGB (Red+Green+Blue) = 4+148+236=388 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #0494EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0494EC is #FB6B13. Grayscale: #727272. Windows color (decimal): -16476948 or 15504388. OLE color: 15504388.
HSL color Cylindrical-coordinate representation of color #0494EC: hue angle of 202.76º 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 #0494EC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 148 | 236 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.07 |
| HSL | 202.76º | 0.97% | 0.47% | - |
| HSV(B) | 202.76º | 0.98% | 0.93% | - |
| XYZ | 25.78 | 27.26 | 83.26 | - |
| YUV | 114.98 | 196.29 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 148 | 236 | 0.98 | 0.37 | 0 | 0.07 | 202.76 | 0.97 | 0.47 |
| Hex | 4 | 94 | EC | 62 | 25 | 0 | 7 | CB | 61 | 2F |
| Octal | 4 | 224 | 354 | 142 | 45 | 0 | 7 | 313 | 141 | 57 |
| Binary | 100 | 10010100 | 11101100 | 1100010 | 100101 | 0 | 111 | 11001011 | 1100001 | 101111 |
Color Harmonies of #0494EC
Complementary color
Monochromatic Colors of #0494EC
Black with #0494EC
Text Example
Text Example
White with #0494EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0494EC; }
p { color: rgb(4,148,236); }
H1.HeaderClassName
{
color: #0494EC;
}
.AnyTagClassName
{
color: #0494EC;
}
</style>
background-color css
<style>
a { background-color: #0494EC; }
a { background-color: rgb(4,148,236); }
div.DivClassName
{
background-color: #0494EC;
}
.BgClassName
{
background-color: #0494EC;
}
</style>
border-color css
<style>
span { border-color: #0494EC; }
span { border-color: rgb(4,148,236); }
td.TdClassName
{
border-color: #0494EC;
}
.TagClassName
{
border-color: #0494EC;
}
</style>