Shades of Dodger Blue #0490FB
Tints of Dodger Blue #0490FB
RGB
CMYK
RGB Variations
Color information
#0490FB (or 0x0490FB) is known color: Dodger Blue. HEX triplet: 04, 90 and FB. RGB value is (4,144,251). Sum of RGB (Red+Green+Blue) = 4+144+251=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #0490FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0490FB is #FB6F04. Grayscale: #717171. Windows color (decimal): -16477957 or 16486404. OLE color: 16486404.
HSL color Cylindrical-coordinate representation of color #0490FB: hue angle of 205.99º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490FB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 144 | 251 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.02 |
| HSL | 205.99º | 0.97% | 0.5% | - |
| HSV(B) | 205.99º | 0.98% | 0.98% | - |
| XYZ | 27.44 | 26.94 | 95.02 | - |
| YUV | 114.34 | 205.12 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 251 | 0.98 | 0.43 | 0 | 0.02 | 205.99 | 0.97 | 0.5 |
| Hex | 4 | 90 | FB | 62 | 2B | 0 | 2 | CE | 61 | 32 |
| Octal | 4 | 220 | 373 | 142 | 53 | 0 | 2 | 316 | 141 | 62 |
| Binary | 100 | 10010000 | 11111011 | 1100010 | 101011 | 0 | 10 | 11001110 | 1100001 | 110010 |
Color Harmonies of #0490FB
Complementary color
Monochromatic Colors of #0490FB
Black with #0490FB
Text Example
Text Example
White with #0490FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490FB; }
p { color: rgb(4,144,251); }
H1.HeaderClassName
{
color: #0490FB;
}
.AnyTagClassName
{
color: #0490FB;
}
</style>
background-color css
<style>
a { background-color: #0490FB; }
a { background-color: rgb(4,144,251); }
div.DivClassName
{
background-color: #0490FB;
}
.BgClassName
{
background-color: #0490FB;
}
</style>
border-color css
<style>
span { border-color: #0490FB; }
span { border-color: rgb(4,144,251); }
td.TdClassName
{
border-color: #0490FB;
}
.TagClassName
{
border-color: #0490FB;
}
</style>