Shades of Dodger Blue #1190E0
Tints of Dodger Blue #1190E0
RGB
CMYK
RGB Variations
Color information
#1190E0 (or 0x1190E0) is known color: Dodger Blue. HEX triplet: 11, 90 and E0. RGB value is (17,144,224). Sum of RGB (Red+Green+Blue) = 17+144+224=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #1190E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1190E0 is #EE6F1F. Grayscale: #727272. Windows color (decimal): -15626016 or 14716945. OLE color: 14716945.
HSL color Cylindrical-coordinate representation of color #1190E0: hue angle of 203.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1190E0 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 144 | 224 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.12 |
| HSL | 203.19º | 0.86% | 0.47% | - |
| HSV(B) | 203.19º | 0.92% | 0.88% | - |
| XYZ | 23.66 | 25.45 | 74.19 | - |
| YUV | 115.15 | 189.42 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 224 | 0.92 | 0.36 | 0 | 0.12 | 203.19 | 0.86 | 0.47 |
| Hex | 11 | 90 | E0 | 5C | 24 | 0 | C | CB | 56 | 2F |
| Octal | 21 | 220 | 340 | 134 | 44 | 0 | 14 | 313 | 126 | 57 |
| Binary | 10001 | 10010000 | 11100000 | 1011100 | 100100 | 0 | 1100 | 11001011 | 1010110 | 101111 |
Color Harmonies of #1190E0
Complementary color
Monochromatic Colors of #1190E0
Black with #1190E0
Text Example
Text Example
White with #1190E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1190E0; }
p { color: rgb(17,144,224); }
H1.HeaderClassName
{
color: #1190E0;
}
.AnyTagClassName
{
color: #1190E0;
}
</style>
background-color css
<style>
a { background-color: #1190E0; }
a { background-color: rgb(17,144,224); }
div.DivClassName
{
background-color: #1190E0;
}
.BgClassName
{
background-color: #1190E0;
}
</style>
border-color css
<style>
span { border-color: #1190E0; }
span { border-color: rgb(17,144,224); }
td.TdClassName
{
border-color: #1190E0;
}
.TagClassName
{
border-color: #1190E0;
}
</style>