Shades of Dodger Blue #0490FD
Tints of Dodger Blue #0490FD
RGB
CMYK
RGB Variations
Color information
#0490FD (or 0x0490FD) is known color: Dodger Blue. HEX triplet: 04, 90 and FD. RGB value is (4,144,253). Sum of RGB (Red+Green+Blue) = 4+144+253=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #0490FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0490FD is #FB6F02. Grayscale: #717171. Windows color (decimal): -16477955 or 16617476. OLE color: 16617476.
HSL color Cylindrical-coordinate representation of color #0490FD: hue angle of 206.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490FD is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 144 | 253 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.01 |
| HSL | 206.27º | 0.98% | 0.5% | - |
| HSV(B) | 206.27º | 0.98% | 0.99% | - |
| XYZ | 27.75 | 27.06 | 96.69 | - |
| YUV | 114.57 | 206.12 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 253 | 0.98 | 0.43 | 0 | 0.01 | 206.27 | 0.98 | 0.5 |
| Hex | 4 | 90 | FD | 62 | 2B | 0 | 1 | CE | 62 | 32 |
| Octal | 4 | 220 | 375 | 142 | 53 | 0 | 1 | 316 | 142 | 62 |
| Binary | 100 | 10010000 | 11111101 | 1100010 | 101011 | 0 | 1 | 11001110 | 1100010 | 110010 |
Color Harmonies of #0490FD
Complementary color
Monochromatic Colors of #0490FD
Black with #0490FD
Text Example
Text Example
White with #0490FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490FD; }
p { color: rgb(4,144,253); }
H1.HeaderClassName
{
color: #0490FD;
}
.AnyTagClassName
{
color: #0490FD;
}
</style>
background-color css
<style>
a { background-color: #0490FD; }
a { background-color: rgb(4,144,253); }
div.DivClassName
{
background-color: #0490FD;
}
.BgClassName
{
background-color: #0490FD;
}
</style>
border-color css
<style>
span { border-color: #0490FD; }
span { border-color: rgb(4,144,253); }
td.TdClassName
{
border-color: #0490FD;
}
.TagClassName
{
border-color: #0490FD;
}
</style>