Shades of Dodger Blue #119BE3
Tints of Dodger Blue #119BE3
RGB
CMYK
RGB Variations
Color information
#119BE3 (or 0x119BE3) is known color: Dodger Blue. HEX triplet: 11, 9B and E3. RGB value is (17,155,227). Sum of RGB (Red+Green+Blue) = 17+155+227=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #119BE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BE3 is #EE641C. Grayscale: #797979. Windows color (decimal): -15623197 or 14916369. OLE color: 14916369.
HSL color Cylindrical-coordinate representation of color #119BE3: hue angle of 200.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119BE3 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 155 | 227 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.11 |
| HSL | 200.57º | 0.86% | 0.48% | - |
| HSV(B) | 200.57º | 0.93% | 0.89% | - |
| XYZ | 25.82 | 29.11 | 76.93 | - |
| YUV | 121.95 | 187.28 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 227 | 0.93 | 0.32 | 0 | 0.11 | 200.57 | 0.86 | 0.48 |
| Hex | 11 | 9B | E3 | 5D | 20 | 0 | B | C9 | 56 | 30 |
| Octal | 21 | 233 | 343 | 135 | 40 | 0 | 13 | 311 | 126 | 60 |
| Binary | 10001 | 10011011 | 11100011 | 1011101 | 100000 | 0 | 1011 | 11001001 | 1010110 | 110000 |
Color Harmonies of #119BE3
Complementary color
Monochromatic Colors of #119BE3
Black with #119BE3
Text Example
Text Example
White with #119BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BE3; }
p { color: rgb(17,155,227); }
H1.HeaderClassName
{
color: #119BE3;
}
.AnyTagClassName
{
color: #119BE3;
}
</style>
background-color css
<style>
a { background-color: #119BE3; }
a { background-color: rgb(17,155,227); }
div.DivClassName
{
background-color: #119BE3;
}
.BgClassName
{
background-color: #119BE3;
}
</style>
border-color css
<style>
span { border-color: #119BE3; }
span { border-color: rgb(17,155,227); }
td.TdClassName
{
border-color: #119BE3;
}
.TagClassName
{
border-color: #119BE3;
}
</style>