Shades of Dodger Blue #0490FF
Tints of Dodger Blue #0490FF
RGB
CMYK
RGB Variations
Color information
#0490FF (or 0x0490FF) is known color: Dodger Blue. HEX triplet: 04, 90 and FF. RGB value is (4,144,255). Sum of RGB (Red+Green+Blue) = 4+144+255=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #0490FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0490FF is #FB6F00. Grayscale: #727272. Windows color (decimal): -16477953 or 16748548. OLE color: 16748548.
HSL color Cylindrical-coordinate representation of color #0490FF: hue angle of 206.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490FF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 144 | 255 | - |
| CMYK | 0.98 | 0.44 | 0 | 0 |
| HSL | 206.53º | 1% | 0.51% | - |
| HSV(B) | 206.53º | 0.98% | 1% | - |
| XYZ | 28.07 | 27.19 | 98.38 | - |
| YUV | 114.79 | 207.12 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 255 | 0.98 | 0.44 | 0 | 0 | 206.53 | 1 | 0.51 |
| Hex | 4 | 90 | FF | 62 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 4 | 220 | 377 | 142 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 100 | 10010000 | 11111111 | 1100010 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #0490FF
Complementary color
Monochromatic Colors of #0490FF
Black with #0490FF
Text Example
Text Example
White with #0490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490FF; }
p { color: rgb(4,144,255); }
H1.HeaderClassName
{
color: #0490FF;
}
.AnyTagClassName
{
color: #0490FF;
}
</style>
background-color css
<style>
a { background-color: #0490FF; }
a { background-color: rgb(4,144,255); }
div.DivClassName
{
background-color: #0490FF;
}
.BgClassName
{
background-color: #0490FF;
}
</style>
border-color css
<style>
span { border-color: #0490FF; }
span { border-color: rgb(4,144,255); }
td.TdClassName
{
border-color: #0490FF;
}
.TagClassName
{
border-color: #0490FF;
}
</style>