Shades of Dodger Blue #119CE5
Tints of Dodger Blue #119CE5
RGB
CMYK
RGB Variations
Color information
#119CE5 (or 0x119CE5) is known color: Dodger Blue. HEX triplet: 11, 9C and E5. RGB value is (17,156,229). Sum of RGB (Red+Green+Blue) = 17+156+229=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #119CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CE5 is #EE631A. Grayscale: #7A7A7A. Windows color (decimal): -15622939 or 15047697. OLE color: 15047697.
HSL color Cylindrical-coordinate representation of color #119CE5: hue angle of 200.66º 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 #119CE5 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 156 | 229 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.10 |
| HSL | 200.66º | 0.86% | 0.48% | - |
| HSV(B) | 200.66º | 0.93% | 0.9% | - |
| XYZ | 26.26 | 29.55 | 78.45 | - |
| YUV | 122.76 | 187.95 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 229 | 0.93 | 0.32 | 0 | 0.10 | 200.66 | 0.86 | 0.48 |
| Hex | 11 | 9C | E5 | 5D | 20 | 0 | A | C9 | 56 | 30 |
| Octal | 21 | 234 | 345 | 135 | 40 | 0 | 12 | 311 | 126 | 60 |
| Binary | 10001 | 10011100 | 11100101 | 1011101 | 100000 | 0 | 1010 | 11001001 | 1010110 | 110000 |
Color Harmonies of #119CE5
Complementary color
Monochromatic Colors of #119CE5
Black with #119CE5
Text Example
Text Example
White with #119CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CE5; }
p { color: rgb(17,156,229); }
H1.HeaderClassName
{
color: #119CE5;
}
.AnyTagClassName
{
color: #119CE5;
}
</style>
background-color css
<style>
a { background-color: #119CE5; }
a { background-color: rgb(17,156,229); }
div.DivClassName
{
background-color: #119CE5;
}
.BgClassName
{
background-color: #119CE5;
}
</style>
border-color css
<style>
span { border-color: #119CE5; }
span { border-color: rgb(17,156,229); }
td.TdClassName
{
border-color: #119CE5;
}
.TagClassName
{
border-color: #119CE5;
}
</style>