Shades of Dodger Blue #1196FE
Tints of Dodger Blue #1196FE
RGB
CMYK
RGB Variations
Color information
#1196FE (or 0x1196FE) is known color: Dodger Blue. HEX triplet: 11, 96 and FE. RGB value is (17,150,254). Sum of RGB (Red+Green+Blue) = 17+150+254=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #1196FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1196FE is #EE6901. Grayscale: #797979. Windows color (decimal): -15624450 or 16684561. OLE color: 16684561.
HSL color Cylindrical-coordinate representation of color #1196FE: hue angle of 206.33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1196FE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 150 | 254 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.00 |
| HSL | 206.33º | 0.99% | 0.53% | - |
| HSV(B) | 206.33º | 0.93% | 1% | - |
| XYZ | 29.03 | 29.09 | 97.85 | - |
| YUV | 122.09 | 202.44 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 254 | 0.93 | 0.41 | 0 | 0.00 | 206.33 | 0.99 | 0.53 |
| Hex | 11 | 96 | FE | 5D | 29 | 0 | 0 | CE | 63 | 35 |
| Octal | 21 | 226 | 376 | 135 | 51 | 0 | 0 | 316 | 143 | 65 |
| Binary | 10001 | 10010110 | 11111110 | 1011101 | 101001 | 0 | 0 | 11001110 | 1100011 | 110101 |
Color Harmonies of #1196FE
Complementary color
Monochromatic Colors of #1196FE
Black with #1196FE
Text Example
Text Example
White with #1196FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1196FE; }
p { color: rgb(17,150,254); }
H1.HeaderClassName
{
color: #1196FE;
}
.AnyTagClassName
{
color: #1196FE;
}
</style>
background-color css
<style>
a { background-color: #1196FE; }
a { background-color: rgb(17,150,254); }
div.DivClassName
{
background-color: #1196FE;
}
.BgClassName
{
background-color: #1196FE;
}
</style>
border-color css
<style>
span { border-color: #1196FE; }
span { border-color: rgb(17,150,254); }
td.TdClassName
{
border-color: #1196FE;
}
.TagClassName
{
border-color: #1196FE;
}
</style>