Shades of Dodger Blue #0498F2
Tints of Dodger Blue #0498F2
RGB
CMYK
RGB Variations
Color information
#0498F2 (or 0x0498F2) is known color: Dodger Blue. HEX triplet: 04, 98 and F2. RGB value is (4,152,242). Sum of RGB (Red+Green+Blue) = 4+152+242=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 242 (94.92% from 255 or 60.80% from 398); Max value from RGB is 242 - color contains mainly: blue. Hex color #0498F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0498F2 is #FB670D. Grayscale: #757575. Windows color (decimal): -16475918 or 15898628. OLE color: 15898628.
HSL color Cylindrical-coordinate representation of color #0498F2: hue angle of 202.69º 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 #0498F2 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 152 | 242 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.05 |
| HSL | 202.69º | 0.97% | 0.48% | - |
| HSV(B) | 202.69º | 0.98% | 0.95% | - |
| XYZ | 27.31 | 28.89 | 88.14 | - |
| YUV | 118.01 | 197.97 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 242 | 0.98 | 0.37 | 0 | 0.05 | 202.69 | 0.97 | 0.48 |
| Hex | 4 | 98 | F2 | 62 | 25 | 0 | 5 | CB | 61 | 30 |
| Octal | 4 | 230 | 362 | 142 | 45 | 0 | 5 | 313 | 141 | 60 |
| Binary | 100 | 10011000 | 11110010 | 1100010 | 100101 | 0 | 101 | 11001011 | 1100001 | 110000 |
Color Harmonies of #0498F2
Complementary color
Monochromatic Colors of #0498F2
Black with #0498F2
Text Example
Text Example
White with #0498F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498F2; }
p { color: rgb(4,152,242); }
H1.HeaderClassName
{
color: #0498F2;
}
.AnyTagClassName
{
color: #0498F2;
}
</style>
background-color css
<style>
a { background-color: #0498F2; }
a { background-color: rgb(4,152,242); }
div.DivClassName
{
background-color: #0498F2;
}
.BgClassName
{
background-color: #0498F2;
}
</style>
border-color css
<style>
span { border-color: #0498F2; }
span { border-color: rgb(4,152,242); }
td.TdClassName
{
border-color: #0498F2;
}
.TagClassName
{
border-color: #0498F2;
}
</style>