Shades of Dodger Blue #0898EF
Tints of Dodger Blue #0898EF
RGB
CMYK
RGB Variations
Color information
#0898EF (or 0x0898EF) is known color: Dodger Blue. HEX triplet: 08, 98 and EF. RGB value is (8,152,239). Sum of RGB (Red+Green+Blue) = 8+152+239=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #0898EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0898EF is #F76710. Grayscale: #767676. Windows color (decimal): -16213777 or 15702024. OLE color: 15702024.
HSL color Cylindrical-coordinate representation of color #0898EF: hue angle of 202.6º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0898EF is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 152 | 239 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.06 |
| HSL | 202.6º | 0.94% | 0.48% | - |
| HSV(B) | 202.6º | 0.97% | 0.94% | - |
| XYZ | 26.91 | 28.74 | 85.79 | - |
| YUV | 118.86 | 195.79 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 239 | 0.97 | 0.36 | 0 | 0.06 | 202.6 | 0.94 | 0.48 |
| Hex | 8 | 98 | EF | 61 | 24 | 0 | 6 | CB | 5E | 30 |
| Octal | 10 | 230 | 357 | 141 | 44 | 0 | 6 | 313 | 136 | 60 |
| Binary | 1000 | 10011000 | 11101111 | 1100001 | 100100 | 0 | 110 | 11001011 | 1011110 | 110000 |
Color Harmonies of #0898EF
Complementary color
Monochromatic Colors of #0898EF
Black with #0898EF
Text Example
Text Example
White with #0898EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898EF; }
p { color: rgb(8,152,239); }
H1.HeaderClassName
{
color: #0898EF;
}
.AnyTagClassName
{
color: #0898EF;
}
</style>
background-color css
<style>
a { background-color: #0898EF; }
a { background-color: rgb(8,152,239); }
div.DivClassName
{
background-color: #0898EF;
}
.BgClassName
{
background-color: #0898EF;
}
</style>
border-color css
<style>
span { border-color: #0898EF; }
span { border-color: rgb(8,152,239); }
td.TdClassName
{
border-color: #0898EF;
}
.TagClassName
{
border-color: #0898EF;
}
</style>