Shades of Dodger Blue #119CE7
Tints of Dodger Blue #119CE7
RGB
CMYK
RGB Variations
Color information
#119CE7 (or 0x119CE7) is known color: Dodger Blue. HEX triplet: 11, 9C and E7. RGB value is (17,156,231). Sum of RGB (Red+Green+Blue) = 17+156+231=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #119CE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CE7 is #EE6318. Grayscale: #7A7A7A. Windows color (decimal): -15622937 or 15178769. OLE color: 15178769.
HSL color Cylindrical-coordinate representation of color #119CE7: hue angle of 201.03º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CE7 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 156 | 231 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.09 |
| HSL | 201.03º | 0.86% | 0.49% | - |
| HSV(B) | 201.03º | 0.93% | 0.91% | - |
| XYZ | 26.54 | 29.67 | 79.93 | - |
| YUV | 122.99 | 188.95 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 231 | 0.93 | 0.32 | 0 | 0.09 | 201.03 | 0.86 | 0.49 |
| Hex | 11 | 9C | E7 | 5D | 20 | 0 | 9 | C9 | 56 | 31 |
| Octal | 21 | 234 | 347 | 135 | 40 | 0 | 11 | 311 | 126 | 61 |
| Binary | 10001 | 10011100 | 11100111 | 1011101 | 100000 | 0 | 1001 | 11001001 | 1010110 | 110001 |
Color Harmonies of #119CE7
Complementary color
Monochromatic Colors of #119CE7
Black with #119CE7
Text Example
Text Example
White with #119CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CE7; }
p { color: rgb(17,156,231); }
H1.HeaderClassName
{
color: #119CE7;
}
.AnyTagClassName
{
color: #119CE7;
}
</style>
background-color css
<style>
a { background-color: #119CE7; }
a { background-color: rgb(17,156,231); }
div.DivClassName
{
background-color: #119CE7;
}
.BgClassName
{
background-color: #119CE7;
}
</style>
border-color css
<style>
span { border-color: #119CE7; }
span { border-color: rgb(17,156,231); }
td.TdClassName
{
border-color: #119CE7;
}
.TagClassName
{
border-color: #119CE7;
}
</style>