Shades of Dodger Blue #0896EE
Tints of Dodger Blue #0896EE
RGB
CMYK
RGB Variations
Color information
#0896EE (or 0x0896EE) is known color: Dodger Blue. HEX triplet: 08, 96 and EE. RGB value is (8,150,238). Sum of RGB (Red+Green+Blue) = 8+150+238=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #0896EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0896EE is #F76911. Grayscale: #757575. Windows color (decimal): -16214290 or 15635976. OLE color: 15635976.
HSL color Cylindrical-coordinate representation of color #0896EE: hue angle of 202.96º 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 #0896EE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 150 | 238 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.07 |
| HSL | 202.96º | 0.93% | 0.48% | - |
| HSV(B) | 202.96º | 0.97% | 0.93% | - |
| XYZ | 26.44 | 28.04 | 84.91 | - |
| YUV | 117.57 | 195.96 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 238 | 0.97 | 0.37 | 0 | 0.07 | 202.96 | 0.93 | 0.48 |
| Hex | 8 | 96 | EE | 61 | 25 | 0 | 7 | CB | 5D | 30 |
| Octal | 10 | 226 | 356 | 141 | 45 | 0 | 7 | 313 | 135 | 60 |
| Binary | 1000 | 10010110 | 11101110 | 1100001 | 100101 | 0 | 111 | 11001011 | 1011101 | 110000 |
Color Harmonies of #0896EE
Complementary color
Monochromatic Colors of #0896EE
Black with #0896EE
Text Example
Text Example
White with #0896EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896EE; }
p { color: rgb(8,150,238); }
H1.HeaderClassName
{
color: #0896EE;
}
.AnyTagClassName
{
color: #0896EE;
}
</style>
background-color css
<style>
a { background-color: #0896EE; }
a { background-color: rgb(8,150,238); }
div.DivClassName
{
background-color: #0896EE;
}
.BgClassName
{
background-color: #0896EE;
}
</style>
border-color css
<style>
span { border-color: #0896EE; }
span { border-color: rgb(8,150,238); }
td.TdClassName
{
border-color: #0896EE;
}
.TagClassName
{
border-color: #0896EE;
}
</style>