Shades of Dodger Blue #0196EA
Tints of Dodger Blue #0196EA
RGB
CMYK
RGB Variations
Color information
#0196EA (or 0x0196EA) is known color: Dodger Blue. HEX triplet: 01, 96 and EA. RGB value is (1,150,234). Sum of RGB (Red+Green+Blue) = 1+150+234=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #0196EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0196EA is #FE6915. Grayscale: #727272. Windows color (decimal): -16673046 or 15373825. OLE color: 15373825.
HSL color Cylindrical-coordinate representation of color #0196EA: hue angle of 201.63º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196EA is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 150 | 234 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.08 |
| HSL | 201.63º | 0.99% | 0.46% | - |
| HSV(B) | 201.63º | 1% | 0.92% | - |
| XYZ | 25.77 | 27.76 | 81.84 | - |
| YUV | 115.03 | 195.14 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 234 | 1.00 | 0.36 | 0 | 0.08 | 201.63 | 0.99 | 0.46 |
| Hex | 1 | 96 | EA | 64 | 24 | 0 | 8 | CA | 63 | 2E |
| Octal | 1 | 226 | 352 | 144 | 44 | 0 | 10 | 312 | 143 | 56 |
| Binary | 1 | 10010110 | 11101010 | 1100100 | 100100 | 0 | 1000 | 11001010 | 1100011 | 101110 |
Color Harmonies of #0196EA
Complementary color
Monochromatic Colors of #0196EA
Black with #0196EA
Text Example
Text Example
White with #0196EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196EA; }
p { color: rgb(1,150,234); }
H1.HeaderClassName
{
color: #0196EA;
}
.AnyTagClassName
{
color: #0196EA;
}
</style>
background-color css
<style>
a { background-color: #0196EA; }
a { background-color: rgb(1,150,234); }
div.DivClassName
{
background-color: #0196EA;
}
.BgClassName
{
background-color: #0196EA;
}
</style>
border-color css
<style>
span { border-color: #0196EA; }
span { border-color: rgb(1,150,234); }
td.TdClassName
{
border-color: #0196EA;
}
.TagClassName
{
border-color: #0196EA;
}
</style>