Shades of Dodger Blue #177DEC
Tints of Dodger Blue #177DEC
RGB
CMYK
RGB Variations
Color information
#177DEC (or 0x177DEC) is known color: Dodger Blue. HEX triplet: 17, 7D and EC. RGB value is (23,125,236). Sum of RGB (Red+Green+Blue) = 23+125+236=384 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.99% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #177DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #177DEC is #E88213. Grayscale: #6A6A6A. Windows color (decimal): -15237652 or 15498519. OLE color: 15498519.
HSL color Cylindrical-coordinate representation of color #177DEC: hue angle of 211.27º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #177DEC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 125 | 236 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.07 |
| HSL | 211.27º | 0.85% | 0.51% | - |
| HSV(B) | 211.27º | 0.9% | 0.93% | - |
| XYZ | 22.83 | 20.91 | 82.19 | - |
| YUV | 107.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 236 | 0.90 | 0.47 | 0 | 0.07 | 211.27 | 0.85 | 0.51 |
| Hex | 17 | 7D | EC | 5A | 2F | 0 | 7 | D3 | 55 | 33 |
| Octal | 27 | 175 | 354 | 132 | 57 | 0 | 7 | 323 | 125 | 63 |
| Binary | 10111 | 1111101 | 11101100 | 1011010 | 101111 | 0 | 111 | 11010011 | 1010101 | 110011 |
Color Harmonies of #177DEC
Complementary color
Monochromatic Colors of #177DEC
Black with #177DEC
Text Example
Text Example
White with #177DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DEC; }
p { color: rgb(23,125,236); }
H1.HeaderClassName
{
color: #177DEC;
}
.AnyTagClassName
{
color: #177DEC;
}
</style>
background-color css
<style>
a { background-color: #177DEC; }
a { background-color: rgb(23,125,236); }
div.DivClassName
{
background-color: #177DEC;
}
.BgClassName
{
background-color: #177DEC;
}
</style>
border-color css
<style>
span { border-color: #177DEC; }
span { border-color: rgb(23,125,236); }
td.TdClassName
{
border-color: #177DEC;
}
.TagClassName
{
border-color: #177DEC;
}
</style>