Shades of Dodger Blue #0490FE
Tints of Dodger Blue #0490FE
RGB
CMYK
RGB Variations
Color information
#0490FE (or 0x0490FE) is known color: Dodger Blue. HEX triplet: 04, 90 and FE. RGB value is (4,144,254). Sum of RGB (Red+Green+Blue) = 4+144+254=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #0490FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0490FE is #FB6F01. Grayscale: #727272. Windows color (decimal): -16477954 or 16683012. OLE color: 16683012.
HSL color Cylindrical-coordinate representation of color #0490FE: hue angle of 206.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490FE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 144 | 254 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.00 |
| HSL | 206.4º | 0.99% | 0.51% | - |
| HSV(B) | 206.4º | 0.98% | 1% | - |
| XYZ | 27.91 | 27.13 | 97.53 | - |
| YUV | 114.68 | 206.62 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 254 | 0.98 | 0.43 | 0 | 0.00 | 206.4 | 0.99 | 0.51 |
| Hex | 4 | 90 | FE | 62 | 2B | 0 | 0 | CE | 63 | 33 |
| Octal | 4 | 220 | 376 | 142 | 53 | 0 | 0 | 316 | 143 | 63 |
| Binary | 100 | 10010000 | 11111110 | 1100010 | 101011 | 0 | 0 | 11001110 | 1100011 | 110011 |
Color Harmonies of #0490FE
Complementary color
Monochromatic Colors of #0490FE
Black with #0490FE
Text Example
Text Example
White with #0490FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490FE; }
p { color: rgb(4,144,254); }
H1.HeaderClassName
{
color: #0490FE;
}
.AnyTagClassName
{
color: #0490FE;
}
</style>
background-color css
<style>
a { background-color: #0490FE; }
a { background-color: rgb(4,144,254); }
div.DivClassName
{
background-color: #0490FE;
}
.BgClassName
{
background-color: #0490FE;
}
</style>
border-color css
<style>
span { border-color: #0490FE; }
span { border-color: rgb(4,144,254); }
td.TdClassName
{
border-color: #0490FE;
}
.TagClassName
{
border-color: #0490FE;
}
</style>