Shades of Dodger Blue #119BE7
Tints of Dodger Blue #119BE7
RGB
CMYK
RGB Variations
Color information
#119BE7 (or 0x119BE7) is known color: Dodger Blue. HEX triplet: 11, 9B and E7. RGB value is (17,155,231). Sum of RGB (Red+Green+Blue) = 17+155+231=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #119BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BE7 is #EE6418. Grayscale: #797979. Windows color (decimal): -15623193 or 15178513. OLE color: 15178513.
HSL color Cylindrical-coordinate representation of color #119BE7: hue angle of 201.31º 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 #119BE7 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 155 | 231 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.09 |
| HSL | 201.31º | 0.86% | 0.49% | - |
| HSV(B) | 201.31º | 0.93% | 0.91% | - |
| XYZ | 26.38 | 29.33 | 79.87 | - |
| YUV | 122.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 231 | 0.93 | 0.33 | 0 | 0.09 | 201.31 | 0.86 | 0.49 |
| Hex | 11 | 9B | E7 | 5D | 21 | 0 | 9 | C9 | 56 | 31 |
| Octal | 21 | 233 | 347 | 135 | 41 | 0 | 11 | 311 | 126 | 61 |
| Binary | 10001 | 10011011 | 11100111 | 1011101 | 100001 | 0 | 1001 | 11001001 | 1010110 | 110001 |
Color Harmonies of #119BE7
Complementary color
Monochromatic Colors of #119BE7
Black with #119BE7
Text Example
Text Example
White with #119BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BE7; }
p { color: rgb(17,155,231); }
H1.HeaderClassName
{
color: #119BE7;
}
.AnyTagClassName
{
color: #119BE7;
}
</style>
background-color css
<style>
a { background-color: #119BE7; }
a { background-color: rgb(17,155,231); }
div.DivClassName
{
background-color: #119BE7;
}
.BgClassName
{
background-color: #119BE7;
}
</style>
border-color css
<style>
span { border-color: #119BE7; }
span { border-color: rgb(17,155,231); }
td.TdClassName
{
border-color: #119BE7;
}
.TagClassName
{
border-color: #119BE7;
}
</style>