Shades of Dodger Blue #119CEB
Tints of Dodger Blue #119CEB
RGB
CMYK
RGB Variations
Color information
#119CEB (or 0x119CEB) is known color: Dodger Blue. HEX triplet: 11, 9C and EB. RGB value is (17,156,235). Sum of RGB (Red+Green+Blue) = 17+156+235=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #119CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CEB is #EE6314. Grayscale: #7A7A7A. Windows color (decimal): -15622933 or 15440913. OLE color: 15440913.
HSL color Cylindrical-coordinate representation of color #119CEB: hue angle of 201.74º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CEB is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 156 | 235 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.08 |
| HSL | 201.74º | 0.87% | 0.49% | - |
| HSV(B) | 201.74º | 0.93% | 0.92% | - |
| XYZ | 27.12 | 29.89 | 82.94 | - |
| YUV | 123.45 | 190.95 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 235 | 0.93 | 0.34 | 0 | 0.08 | 201.74 | 0.87 | 0.49 |
| Hex | 11 | 9C | EB | 5D | 22 | 0 | 8 | CA | 57 | 31 |
| Octal | 21 | 234 | 353 | 135 | 42 | 0 | 10 | 312 | 127 | 61 |
| Binary | 10001 | 10011100 | 11101011 | 1011101 | 100010 | 0 | 1000 | 11001010 | 1010111 | 110001 |
Color Harmonies of #119CEB
Complementary color
Monochromatic Colors of #119CEB
Black with #119CEB
Text Example
Text Example
White with #119CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CEB; }
p { color: rgb(17,156,235); }
H1.HeaderClassName
{
color: #119CEB;
}
.AnyTagClassName
{
color: #119CEB;
}
</style>
background-color css
<style>
a { background-color: #119CEB; }
a { background-color: rgb(17,156,235); }
div.DivClassName
{
background-color: #119CEB;
}
.BgClassName
{
background-color: #119CEB;
}
</style>
border-color css
<style>
span { border-color: #119CEB; }
span { border-color: rgb(17,156,235); }
td.TdClassName
{
border-color: #119CEB;
}
.TagClassName
{
border-color: #119CEB;
}
</style>