Shades of Dodger Blue #0196EE
Tints of Dodger Blue #0196EE
RGB
CMYK
RGB Variations
Color information
#0196EE (or 0x0196EE) is known color: Dodger Blue. HEX triplet: 01, 96 and EE. RGB value is (1,150,238). Sum of RGB (Red+Green+Blue) = 1+150+238=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #0196EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0196EE is #FE6911. Grayscale: #727272. Windows color (decimal): -16673042 or 15635969. OLE color: 15635969.
HSL color Cylindrical-coordinate representation of color #0196EE: hue angle of 202.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196EE is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 150 | 238 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.07 |
| HSL | 202.28º | 0.99% | 0.47% | - |
| HSV(B) | 202.28º | 1% | 0.93% | - |
| XYZ | 26.35 | 27.99 | 84.9 | - |
| YUV | 115.48 | 197.14 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 238 | 1.00 | 0.37 | 0 | 0.07 | 202.28 | 0.99 | 0.47 |
| Hex | 1 | 96 | EE | 64 | 25 | 0 | 7 | CA | 63 | 2F |
| Octal | 1 | 226 | 356 | 144 | 45 | 0 | 7 | 312 | 143 | 57 |
| Binary | 1 | 10010110 | 11101110 | 1100100 | 100101 | 0 | 111 | 11001010 | 1100011 | 101111 |
Color Harmonies of #0196EE
Complementary color
Monochromatic Colors of #0196EE
Black with #0196EE
Text Example
Text Example
White with #0196EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196EE; }
p { color: rgb(1,150,238); }
H1.HeaderClassName
{
color: #0196EE;
}
.AnyTagClassName
{
color: #0196EE;
}
</style>
background-color css
<style>
a { background-color: #0196EE; }
a { background-color: rgb(1,150,238); }
div.DivClassName
{
background-color: #0196EE;
}
.BgClassName
{
background-color: #0196EE;
}
</style>
border-color css
<style>
span { border-color: #0196EE; }
span { border-color: rgb(1,150,238); }
td.TdClassName
{
border-color: #0196EE;
}
.TagClassName
{
border-color: #0196EE;
}
</style>