Shades of Dodger Blue #0490EB
Tints of Dodger Blue #0490EB
RGB
CMYK
RGB Variations
Color information
#0490EB (or 0x0490EB) is known color: Dodger Blue. HEX triplet: 04, 90 and EB. RGB value is (4,144,235). Sum of RGB (Red+Green+Blue) = 4+144+235=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #0490EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0490EB is #FB6F14. Grayscale: #707070. Windows color (decimal): -16477973 or 15437828. OLE color: 15437828.
HSL color Cylindrical-coordinate representation of color #0490EB: hue angle of 203.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490EB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 144 | 235 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.08 |
| HSL | 203.64º | 0.97% | 0.47% | - |
| HSV(B) | 203.64º | 0.98% | 0.92% | - |
| XYZ | 25.02 | 25.97 | 82.29 | - |
| YUV | 112.51 | 197.12 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 235 | 0.98 | 0.39 | 0 | 0.08 | 203.64 | 0.97 | 0.47 |
| Hex | 4 | 90 | EB | 62 | 27 | 0 | 8 | CC | 61 | 2F |
| Octal | 4 | 220 | 353 | 142 | 47 | 0 | 10 | 314 | 141 | 57 |
| Binary | 100 | 10010000 | 11101011 | 1100010 | 100111 | 0 | 1000 | 11001100 | 1100001 | 101111 |
Color Harmonies of #0490EB
Complementary color
Monochromatic Colors of #0490EB
Black with #0490EB
Text Example
Text Example
White with #0490EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490EB; }
p { color: rgb(4,144,235); }
H1.HeaderClassName
{
color: #0490EB;
}
.AnyTagClassName
{
color: #0490EB;
}
</style>
background-color css
<style>
a { background-color: #0490EB; }
a { background-color: rgb(4,144,235); }
div.DivClassName
{
background-color: #0490EB;
}
.BgClassName
{
background-color: #0490EB;
}
</style>
border-color css
<style>
span { border-color: #0490EB; }
span { border-color: rgb(4,144,235); }
td.TdClassName
{
border-color: #0490EB;
}
.TagClassName
{
border-color: #0490EB;
}
</style>