Shades of Dodger Blue #117BEB
Tints of Dodger Blue #117BEB
RGB
CMYK
RGB Variations
Color information
#117BEB (or 0x117BEB) is known color: Dodger Blue. HEX triplet: 11, 7B and EB. RGB value is (17,123,235). Sum of RGB (Red+Green+Blue) = 17+123+235=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #117BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BEB is #EE8414. Grayscale: #676767. Windows color (decimal): -15631381 or 15432465. OLE color: 15432465.
HSL color Cylindrical-coordinate representation of color #117BEB: hue angle of 210.83º 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 #117BEB is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 123 | 235 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.08 |
| HSL | 210.83º | 0.87% | 0.49% | - |
| HSV(B) | 210.83º | 0.93% | 0.92% | - |
| XYZ | 22.31 | 20.28 | 81.34 | - |
| YUV | 104.07 | 201.88 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 235 | 0.93 | 0.48 | 0 | 0.08 | 210.83 | 0.87 | 0.49 |
| Hex | 11 | 7B | EB | 5D | 30 | 0 | 8 | D3 | 57 | 31 |
| Octal | 21 | 173 | 353 | 135 | 60 | 0 | 10 | 323 | 127 | 61 |
| Binary | 10001 | 1111011 | 11101011 | 1011101 | 110000 | 0 | 1000 | 11010011 | 1010111 | 110001 |
Color Harmonies of #117BEB
Complementary color
Monochromatic Colors of #117BEB
Black with #117BEB
Text Example
Text Example
White with #117BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BEB; }
p { color: rgb(17,123,235); }
H1.HeaderClassName
{
color: #117BEB;
}
.AnyTagClassName
{
color: #117BEB;
}
</style>
background-color css
<style>
a { background-color: #117BEB; }
a { background-color: rgb(17,123,235); }
div.DivClassName
{
background-color: #117BEB;
}
.BgClassName
{
background-color: #117BEB;
}
</style>
border-color css
<style>
span { border-color: #117BEB; }
span { border-color: rgb(17,123,235); }
td.TdClassName
{
border-color: #117BEB;
}
.TagClassName
{
border-color: #117BEB;
}
</style>