Shades of Dodger Blue #0499EA
Tints of Dodger Blue #0499EA
RGB
CMYK
RGB Variations
Color information
#0499EA (or 0x0499EA) is known color: Dodger Blue. HEX triplet: 04, 99 and EA. RGB value is (4,153,234). Sum of RGB (Red+Green+Blue) = 4+153+234=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #0499EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0499EA is #FB6615. Grayscale: #757575. Windows color (decimal): -16475670 or 15374596. OLE color: 15374596.
HSL color Cylindrical-coordinate representation of color #0499EA: hue angle of 201.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499EA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 153 | 234 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.08 |
| HSL | 201.13º | 0.97% | 0.47% | - |
| HSV(B) | 201.13º | 0.98% | 0.92% | - |
| XYZ | 26.29 | 28.75 | 82.01 | - |
| YUV | 117.68 | 193.64 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 234 | 0.98 | 0.35 | 0 | 0.08 | 201.13 | 0.97 | 0.47 |
| Hex | 4 | 99 | EA | 62 | 23 | 0 | 8 | C9 | 61 | 2F |
| Octal | 4 | 231 | 352 | 142 | 43 | 0 | 10 | 311 | 141 | 57 |
| Binary | 100 | 10011001 | 11101010 | 1100010 | 100011 | 0 | 1000 | 11001001 | 1100001 | 101111 |
Color Harmonies of #0499EA
Complementary color
Monochromatic Colors of #0499EA
Black with #0499EA
Text Example
Text Example
White with #0499EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499EA; }
p { color: rgb(4,153,234); }
H1.HeaderClassName
{
color: #0499EA;
}
.AnyTagClassName
{
color: #0499EA;
}
</style>
background-color css
<style>
a { background-color: #0499EA; }
a { background-color: rgb(4,153,234); }
div.DivClassName
{
background-color: #0499EA;
}
.BgClassName
{
background-color: #0499EA;
}
</style>
border-color css
<style>
span { border-color: #0499EA; }
span { border-color: rgb(4,153,234); }
td.TdClassName
{
border-color: #0499EA;
}
.TagClassName
{
border-color: #0499EA;
}
</style>