Shades of Dodger Blue #0499F1
Tints of Dodger Blue #0499F1
RGB
CMYK
RGB Variations
Color information
#0499F1 (or 0x0499F1) is known color: Dodger Blue. HEX triplet: 04, 99 and F1. RGB value is (4,153,241). Sum of RGB (Red+Green+Blue) = 4+153+241=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #0499F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0499F1 is #FB660E. Grayscale: #757575. Windows color (decimal): -16475663 or 15833348. OLE color: 15833348.
HSL color Cylindrical-coordinate representation of color #0499F1: hue angle of 202.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499F1 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 153 | 241 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.05 |
| HSL | 202.28º | 0.97% | 0.48% | - |
| HSV(B) | 202.28º | 0.98% | 0.95% | - |
| XYZ | 27.32 | 29.16 | 87.41 | - |
| YUV | 118.48 | 197.14 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 241 | 0.98 | 0.37 | 0 | 0.05 | 202.28 | 0.97 | 0.48 |
| Hex | 4 | 99 | F1 | 62 | 25 | 0 | 5 | CA | 61 | 30 |
| Octal | 4 | 231 | 361 | 142 | 45 | 0 | 5 | 312 | 141 | 60 |
| Binary | 100 | 10011001 | 11110001 | 1100010 | 100101 | 0 | 101 | 11001010 | 1100001 | 110000 |
Color Harmonies of #0499F1
Complementary color
Monochromatic Colors of #0499F1
Black with #0499F1
Text Example
Text Example
White with #0499F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499F1; }
p { color: rgb(4,153,241); }
H1.HeaderClassName
{
color: #0499F1;
}
.AnyTagClassName
{
color: #0499F1;
}
</style>
background-color css
<style>
a { background-color: #0499F1; }
a { background-color: rgb(4,153,241); }
div.DivClassName
{
background-color: #0499F1;
}
.BgClassName
{
background-color: #0499F1;
}
</style>
border-color css
<style>
span { border-color: #0499F1; }
span { border-color: rgb(4,153,241); }
td.TdClassName
{
border-color: #0499F1;
}
.TagClassName
{
border-color: #0499F1;
}
</style>