Shades of Dodger Blue #177DED
Tints of Dodger Blue #177DED
RGB
CMYK
RGB Variations
Color information
#177DED (or 0x177DED) is known color: Dodger Blue. HEX triplet: 17, 7D and ED. RGB value is (23,125,237). Sum of RGB (Red+Green+Blue) = 23+125+237=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #177DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #177DED is #E88212. Grayscale: #6A6A6A. Windows color (decimal): -15237651 or 15564055. OLE color: 15564055.
HSL color Cylindrical-coordinate representation of color #177DED: hue angle of 211.4º degrees, saturation: 0.86, 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 #177DED is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 125 | 237 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.07 |
| HSL | 211.4º | 0.86% | 0.51% | - |
| HSV(B) | 211.4º | 0.9% | 0.93% | - |
| XYZ | 22.97 | 20.96 | 82.96 | - |
| YUV | 107.27 | 201.21 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 237 | 0.90 | 0.47 | 0 | 0.07 | 211.4 | 0.86 | 0.51 |
| Hex | 17 | 7D | ED | 5A | 2F | 0 | 7 | D3 | 56 | 33 |
| Octal | 27 | 175 | 355 | 132 | 57 | 0 | 7 | 323 | 126 | 63 |
| Binary | 10111 | 1111101 | 11101101 | 1011010 | 101111 | 0 | 111 | 11010011 | 1010110 | 110011 |
Color Harmonies of #177DED
Complementary color
Monochromatic Colors of #177DED
Black with #177DED
Text Example
Text Example
White with #177DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DED; }
p { color: rgb(23,125,237); }
H1.HeaderClassName
{
color: #177DED;
}
.AnyTagClassName
{
color: #177DED;
}
</style>
background-color css
<style>
a { background-color: #177DED; }
a { background-color: rgb(23,125,237); }
div.DivClassName
{
background-color: #177DED;
}
.BgClassName
{
background-color: #177DED;
}
</style>
border-color css
<style>
span { border-color: #177DED; }
span { border-color: rgb(23,125,237); }
td.TdClassName
{
border-color: #177DED;
}
.TagClassName
{
border-color: #177DED;
}
</style>