Shades of Dodger Blue #0499FF
Tints of Dodger Blue #0499FF
RGB
CMYK
RGB Variations
Color information
#0499FF (or 0x0499FF) is known color: Dodger Blue. HEX triplet: 04, 99 and FF. RGB value is (4,153,255). Sum of RGB (Red+Green+Blue) = 4+153+255=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #0499FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0499FF is #FB6600. Grayscale: #777777. Windows color (decimal): -16475649 or 16750852. OLE color: 16750852.
HSL color Cylindrical-coordinate representation of color #0499FF: hue angle of 204.38º 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 #0499FF is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 153 | 255 | - |
| CMYK | 0.98 | 0.4 | 0 | 0 |
| HSL | 204.38º | 1% | 0.51% | - |
| HSV(B) | 204.38º | 0.98% | 1% | - |
| XYZ | 29.49 | 30.03 | 98.85 | - |
| YUV | 120.08 | 204.14 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 255 | 0.98 | 0.4 | 0 | 0 | 204.38 | 1 | 0.51 |
| Hex | 4 | 99 | FF | 62 | 28 | 0 | 0 | CC | 64 | 33 |
| Octal | 4 | 231 | 377 | 142 | 50 | 0 | 0 | 314 | 144 | 63 |
| Binary | 100 | 10011001 | 11111111 | 1100010 | 101000 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #0499FF
Complementary color
Monochromatic Colors of #0499FF
Black with #0499FF
Text Example
Text Example
White with #0499FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499FF; }
p { color: rgb(4,153,255); }
H1.HeaderClassName
{
color: #0499FF;
}
.AnyTagClassName
{
color: #0499FF;
}
</style>
background-color css
<style>
a { background-color: #0499FF; }
a { background-color: rgb(4,153,255); }
div.DivClassName
{
background-color: #0499FF;
}
.BgClassName
{
background-color: #0499FF;
}
</style>
border-color css
<style>
span { border-color: #0499FF; }
span { border-color: rgb(4,153,255); }
td.TdClassName
{
border-color: #0499FF;
}
.TagClassName
{
border-color: #0499FF;
}
</style>