Shades of Dodger Blue #117BED
Tints of Dodger Blue #117BED
RGB
CMYK
RGB Variations
Color information
#117BED (or 0x117BED) is known color: Dodger Blue. HEX triplet: 11, 7B and ED. RGB value is (17,123,237). Sum of RGB (Red+Green+Blue) = 17+123+237=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #117BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BED is #EE8412. Grayscale: #676767. Windows color (decimal): -15631379 or 15563537. OLE color: 15563537.
HSL color Cylindrical-coordinate representation of color #117BED: hue angle of 211.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117BED is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 123 | 237 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.07 |
| HSL | 211.09º | 0.87% | 0.5% | - |
| HSV(B) | 211.09º | 0.93% | 0.93% | - |
| XYZ | 22.6 | 20.4 | 82.87 | - |
| YUV | 104.3 | 202.88 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 237 | 0.93 | 0.48 | 0 | 0.07 | 211.09 | 0.87 | 0.5 |
| Hex | 11 | 7B | ED | 5D | 30 | 0 | 7 | D3 | 57 | 32 |
| Octal | 21 | 173 | 355 | 135 | 60 | 0 | 7 | 323 | 127 | 62 |
| Binary | 10001 | 1111011 | 11101101 | 1011101 | 110000 | 0 | 111 | 11010011 | 1010111 | 110010 |
Color Harmonies of #117BED
Complementary color
Monochromatic Colors of #117BED
Black with #117BED
Text Example
Text Example
White with #117BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BED; }
p { color: rgb(17,123,237); }
H1.HeaderClassName
{
color: #117BED;
}
.AnyTagClassName
{
color: #117BED;
}
</style>
background-color css
<style>
a { background-color: #117BED; }
a { background-color: rgb(17,123,237); }
div.DivClassName
{
background-color: #117BED;
}
.BgClassName
{
background-color: #117BED;
}
</style>
border-color css
<style>
span { border-color: #117BED; }
span { border-color: rgb(17,123,237); }
td.TdClassName
{
border-color: #117BED;
}
.TagClassName
{
border-color: #117BED;
}
</style>