Shades of Dodger Blue #0898EE
Tints of Dodger Blue #0898EE
RGB
CMYK
RGB Variations
Color information
#0898EE (or 0x0898EE) is known color: Dodger Blue. HEX triplet: 08, 98 and EE. RGB value is (8,152,238). Sum of RGB (Red+Green+Blue) = 8+152+238=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #0898EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0898EE is #F76711. Grayscale: #767676. Windows color (decimal): -16213778 or 15636488. OLE color: 15636488.
HSL color Cylindrical-coordinate representation of color #0898EE: hue angle of 202.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0898EE is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 152 | 238 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.07 |
| HSL | 202.43º | 0.93% | 0.48% | - |
| HSV(B) | 202.43º | 0.97% | 0.93% | - |
| XYZ | 26.76 | 28.68 | 85.01 | - |
| YUV | 118.75 | 195.29 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 238 | 0.97 | 0.36 | 0 | 0.07 | 202.43 | 0.93 | 0.48 |
| Hex | 8 | 98 | EE | 61 | 24 | 0 | 7 | CA | 5D | 30 |
| Octal | 10 | 230 | 356 | 141 | 44 | 0 | 7 | 312 | 135 | 60 |
| Binary | 1000 | 10011000 | 11101110 | 1100001 | 100100 | 0 | 111 | 11001010 | 1011101 | 110000 |
Color Harmonies of #0898EE
Complementary color
Monochromatic Colors of #0898EE
Black with #0898EE
Text Example
Text Example
White with #0898EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898EE; }
p { color: rgb(8,152,238); }
H1.HeaderClassName
{
color: #0898EE;
}
.AnyTagClassName
{
color: #0898EE;
}
</style>
background-color css
<style>
a { background-color: #0898EE; }
a { background-color: rgb(8,152,238); }
div.DivClassName
{
background-color: #0898EE;
}
.BgClassName
{
background-color: #0898EE;
}
</style>
border-color css
<style>
span { border-color: #0898EE; }
span { border-color: rgb(8,152,238); }
td.TdClassName
{
border-color: #0898EE;
}
.TagClassName
{
border-color: #0898EE;
}
</style>