Shades of Dodger Blue #0495EC
Tints of Dodger Blue #0495EC
RGB
CMYK
RGB Variations
Color information
#0495EC (or 0x0495EC) is known color: Dodger Blue. HEX triplet: 04, 95 and EC. RGB value is (4,149,236). Sum of RGB (Red+Green+Blue) = 4+149+236=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #0495EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0495EC is #FB6A13. Grayscale: #737373. Windows color (decimal): -16476692 or 15504644. OLE color: 15504644.
HSL color Cylindrical-coordinate representation of color #0495EC: hue angle of 202.5º 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 #0495EC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 149 | 236 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.07 |
| HSL | 202.5º | 0.97% | 0.47% | - |
| HSV(B) | 202.5º | 0.98% | 0.93% | - |
| XYZ | 25.94 | 27.58 | 83.31 | - |
| YUV | 115.56 | 195.96 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 236 | 0.98 | 0.37 | 0 | 0.07 | 202.5 | 0.97 | 0.47 |
| Hex | 4 | 95 | EC | 62 | 25 | 0 | 7 | CA | 61 | 2F |
| Octal | 4 | 225 | 354 | 142 | 45 | 0 | 7 | 312 | 141 | 57 |
| Binary | 100 | 10010101 | 11101100 | 1100010 | 100101 | 0 | 111 | 11001010 | 1100001 | 101111 |
Color Harmonies of #0495EC
Complementary color
Monochromatic Colors of #0495EC
Black with #0495EC
Text Example
Text Example
White with #0495EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495EC; }
p { color: rgb(4,149,236); }
H1.HeaderClassName
{
color: #0495EC;
}
.AnyTagClassName
{
color: #0495EC;
}
</style>
background-color css
<style>
a { background-color: #0495EC; }
a { background-color: rgb(4,149,236); }
div.DivClassName
{
background-color: #0495EC;
}
.BgClassName
{
background-color: #0495EC;
}
</style>
border-color css
<style>
span { border-color: #0495EC; }
span { border-color: rgb(4,149,236); }
td.TdClassName
{
border-color: #0495EC;
}
.TagClassName
{
border-color: #0495EC;
}
</style>