Shades of Dodger Blue #0096EC
Tints of Dodger Blue #0096EC
RGB
CMYK
RGB Variations
Color information
#0096EC (or 0x0096EC) is known color: Dodger Blue. HEX triplet: 00, 96 and EC. RGB value is (0,150,236). Sum of RGB (Red+Green+Blue) = 0+150+236=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #0096EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096EC is #FF6913. Grayscale: #727272. Windows color (decimal): -16738580 or 15504896. OLE color: 15504896.
HSL color Cylindrical-coordinate representation of color #0096EC: hue angle of 201.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096EC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 150 | 236 | - |
| CMYK | 1 | 0.36 | 0 | 0.07 |
| HSL | 201.86º | 1% | 0.46% | - |
| HSV(B) | 201.86º | 1% | 0.93% | - |
| XYZ | 26.05 | 27.87 | 83.36 | - |
| YUV | 114.95 | 196.31 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 236 | 1 | 0.36 | 0 | 0.07 | 201.86 | 1 | 0.46 |
| Hex | 0 | 96 | EC | 64 | 24 | 0 | 7 | CA | 64 | 2E |
| Octal | 0 | 226 | 354 | 144 | 44 | 0 | 7 | 312 | 144 | 56 |
| Binary | 0 | 10010110 | 11101100 | 1100100 | 100100 | 0 | 111 | 11001010 | 1100100 | 101110 |
Color Harmonies of #0096EC
Complementary color
Monochromatic Colors of #0096EC
Black with #0096EC
Text Example
Text Example
White with #0096EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096EC; }
p { color: rgb(0,150,236); }
H1.HeaderClassName
{
color: #0096EC;
}
.AnyTagClassName
{
color: #0096EC;
}
</style>
background-color css
<style>
a { background-color: #0096EC; }
a { background-color: rgb(0,150,236); }
div.DivClassName
{
background-color: #0096EC;
}
.BgClassName
{
background-color: #0096EC;
}
</style>
border-color css
<style>
span { border-color: #0096EC; }
span { border-color: rgb(0,150,236); }
td.TdClassName
{
border-color: #0096EC;
}
.TagClassName
{
border-color: #0096EC;
}
</style>