Shades of Dodger Blue #0490EF
Tints of Dodger Blue #0490EF
RGB
CMYK
RGB Variations
Color information
#0490EF (or 0x0490EF) is known color: Dodger Blue. HEX triplet: 04, 90 and EF. RGB value is (4,144,239). Sum of RGB (Red+Green+Blue) = 4+144+239=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #0490EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0490EF is #FB6F10. Grayscale: #707070. Windows color (decimal): -16477969 or 15699972. OLE color: 15699972.
HSL color Cylindrical-coordinate representation of color #0490EF: hue angle of 204.26º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490EF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 144 | 239 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.06 |
| HSL | 204.26º | 0.97% | 0.48% | - |
| HSV(B) | 204.26º | 0.98% | 0.94% | - |
| XYZ | 25.6 | 26.2 | 85.37 | - |
| YUV | 112.97 | 199.12 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 239 | 0.98 | 0.40 | 0 | 0.06 | 204.26 | 0.97 | 0.48 |
| Hex | 4 | 90 | EF | 62 | 28 | 0 | 6 | CC | 61 | 30 |
| Octal | 4 | 220 | 357 | 142 | 50 | 0 | 6 | 314 | 141 | 60 |
| Binary | 100 | 10010000 | 11101111 | 1100010 | 101000 | 0 | 110 | 11001100 | 1100001 | 110000 |
Color Harmonies of #0490EF
Complementary color
Monochromatic Colors of #0490EF
Black with #0490EF
Text Example
Text Example
White with #0490EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490EF; }
p { color: rgb(4,144,239); }
H1.HeaderClassName
{
color: #0490EF;
}
.AnyTagClassName
{
color: #0490EF;
}
</style>
background-color css
<style>
a { background-color: #0490EF; }
a { background-color: rgb(4,144,239); }
div.DivClassName
{
background-color: #0490EF;
}
.BgClassName
{
background-color: #0490EF;
}
</style>
border-color css
<style>
span { border-color: #0490EF; }
span { border-color: rgb(4,144,239); }
td.TdClassName
{
border-color: #0490EF;
}
.TagClassName
{
border-color: #0490EF;
}
</style>