Shades of Dodger Blue #0896EC
Tints of Dodger Blue #0896EC
RGB
CMYK
RGB Variations
Color information
#0896EC (or 0x0896EC) is known color: Dodger Blue. HEX triplet: 08, 96 and EC. RGB value is (8,150,236). Sum of RGB (Red+Green+Blue) = 8+150+236=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #0896EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0896EC is #F76913. Grayscale: #747474. Windows color (decimal): -16214292 or 15504904. OLE color: 15504904.
HSL color Cylindrical-coordinate representation of color #0896EC: hue angle of 202.63º 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 #0896EC is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 150 | 236 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.07 |
| HSL | 202.63º | 0.93% | 0.48% | - |
| HSV(B) | 202.63º | 0.97% | 0.93% | - |
| XYZ | 26.15 | 27.92 | 83.37 | - |
| YUV | 117.35 | 194.96 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 236 | 0.97 | 0.36 | 0 | 0.07 | 202.63 | 0.93 | 0.48 |
| Hex | 8 | 96 | EC | 61 | 24 | 0 | 7 | CB | 5D | 30 |
| Octal | 10 | 226 | 354 | 141 | 44 | 0 | 7 | 313 | 135 | 60 |
| Binary | 1000 | 10010110 | 11101100 | 1100001 | 100100 | 0 | 111 | 11001011 | 1011101 | 110000 |
Color Harmonies of #0896EC
Complementary color
Monochromatic Colors of #0896EC
Black with #0896EC
Text Example
Text Example
White with #0896EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896EC; }
p { color: rgb(8,150,236); }
H1.HeaderClassName
{
color: #0896EC;
}
.AnyTagClassName
{
color: #0896EC;
}
</style>
background-color css
<style>
a { background-color: #0896EC; }
a { background-color: rgb(8,150,236); }
div.DivClassName
{
background-color: #0896EC;
}
.BgClassName
{
background-color: #0896EC;
}
</style>
border-color css
<style>
span { border-color: #0896EC; }
span { border-color: rgb(8,150,236); }
td.TdClassName
{
border-color: #0896EC;
}
.TagClassName
{
border-color: #0896EC;
}
</style>