Shades of Dodger Blue #0096E9
Tints of Dodger Blue #0096E9
RGB
CMYK
RGB Variations
Color information
#0096E9 (or 0x0096E9) is known color: Dodger Blue. HEX triplet: 00, 96 and E9. RGB value is (0,150,233). Sum of RGB (Red+Green+Blue) = 0+150+233=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 233 (91.41% from 255 or 60.84% from 383); Max value from RGB is 233 - color contains mainly: blue. Hex color #0096E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096E9 is #FF6916. Grayscale: #727272. Windows color (decimal): -16738583 or 15308288. OLE color: 15308288.
HSL color Cylindrical-coordinate representation of color #0096E9: hue angle of 201.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096E9 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 150 | 233 | - |
| CMYK | 1 | 0.36 | 0 | 0.09 |
| HSL | 201.37º | 1% | 0.46% | - |
| HSV(B) | 201.37º | 1% | 0.91% | - |
| XYZ | 25.61 | 27.7 | 81.09 | - |
| YUV | 114.61 | 194.81 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 233 | 1 | 0.36 | 0 | 0.09 | 201.37 | 1 | 0.46 |
| Hex | 0 | 96 | E9 | 64 | 24 | 0 | 9 | C9 | 64 | 2E |
| Octal | 0 | 226 | 351 | 144 | 44 | 0 | 11 | 311 | 144 | 56 |
| Binary | 0 | 10010110 | 11101001 | 1100100 | 100100 | 0 | 1001 | 11001001 | 1100100 | 101110 |
Color Harmonies of #0096E9
Complementary color
Monochromatic Colors of #0096E9
Black with #0096E9
Text Example
Text Example
White with #0096E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096E9; }
p { color: rgb(0,150,233); }
H1.HeaderClassName
{
color: #0096E9;
}
.AnyTagClassName
{
color: #0096E9;
}
</style>
background-color css
<style>
a { background-color: #0096E9; }
a { background-color: rgb(0,150,233); }
div.DivClassName
{
background-color: #0096E9;
}
.BgClassName
{
background-color: #0096E9;
}
</style>
border-color css
<style>
span { border-color: #0096E9; }
span { border-color: rgb(0,150,233); }
td.TdClassName
{
border-color: #0096E9;
}
.TagClassName
{
border-color: #0096E9;
}
</style>