Shades of Dodger Blue #119FE6
Tints of Dodger Blue #119FE6
RGB
CMYK
RGB Variations
Color information
#119FE6 (or 0x119FE6) is known color: Dodger Blue. HEX triplet: 11, 9F and E6. RGB value is (17,159,230). Sum of RGB (Red+Green+Blue) = 17+159+230=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #119FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FE6 is #EE6019. Grayscale: #7C7C7C. Windows color (decimal): -15622170 or 15114001. OLE color: 15114001.
HSL color Cylindrical-coordinate representation of color #119FE6: hue angle of 200º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FE6 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 159 | 230 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.10 |
| HSL | 200º | 0.86% | 0.48% | - |
| HSV(B) | 200º | 0.93% | 0.9% | - |
| XYZ | 26.91 | 30.63 | 79.36 | - |
| YUV | 124.64 | 187.46 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 230 | 0.93 | 0.31 | 0 | 0.10 | 200 | 0.86 | 0.48 |
| Hex | 11 | 9F | E6 | 5D | 1F | 0 | A | C8 | 56 | 30 |
| Octal | 21 | 237 | 346 | 135 | 37 | 0 | 12 | 310 | 126 | 60 |
| Binary | 10001 | 10011111 | 11100110 | 1011101 | 11111 | 0 | 1010 | 11001000 | 1010110 | 110000 |
Color Harmonies of #119FE6
Complementary color
Monochromatic Colors of #119FE6
Black with #119FE6
Text Example
Text Example
White with #119FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FE6; }
p { color: rgb(17,159,230); }
H1.HeaderClassName
{
color: #119FE6;
}
.AnyTagClassName
{
color: #119FE6;
}
</style>
background-color css
<style>
a { background-color: #119FE6; }
a { background-color: rgb(17,159,230); }
div.DivClassName
{
background-color: #119FE6;
}
.BgClassName
{
background-color: #119FE6;
}
</style>
border-color css
<style>
span { border-color: #119FE6; }
span { border-color: rgb(17,159,230); }
td.TdClassName
{
border-color: #119FE6;
}
.TagClassName
{
border-color: #119FE6;
}
</style>