Shades of Dodger Blue #177DEA
Tints of Dodger Blue #177DEA
RGB
CMYK
RGB Variations
Color information
#177DEA (or 0x177DEA) is known color: Dodger Blue. HEX triplet: 17, 7D and EA. RGB value is (23,125,234). Sum of RGB (Red+Green+Blue) = 23+125+234=382 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.02% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #177DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #177DEA is #E88215. Grayscale: #6A6A6A. Windows color (decimal): -15237654 or 15367447. OLE color: 15367447.
HSL color Cylindrical-coordinate representation of color #177DEA: hue angle of 211º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #177DEA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 125 | 234 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.08 |
| HSL | 211º | 0.83% | 0.5% | - |
| HSV(B) | 211º | 0.9% | 0.92% | - |
| XYZ | 22.54 | 20.79 | 80.67 | - |
| YUV | 106.93 | 199.71 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 234 | 0.90 | 0.47 | 0 | 0.08 | 211 | 0.83 | 0.5 |
| Hex | 17 | 7D | EA | 5A | 2F | 0 | 8 | D3 | 53 | 32 |
| Octal | 27 | 175 | 352 | 132 | 57 | 0 | 10 | 323 | 123 | 62 |
| Binary | 10111 | 1111101 | 11101010 | 1011010 | 101111 | 0 | 1000 | 11010011 | 1010011 | 110010 |
Color Harmonies of #177DEA
Complementary color
Monochromatic Colors of #177DEA
Black with #177DEA
Text Example
Text Example
White with #177DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DEA; }
p { color: rgb(23,125,234); }
H1.HeaderClassName
{
color: #177DEA;
}
.AnyTagClassName
{
color: #177DEA;
}
</style>
background-color css
<style>
a { background-color: #177DEA; }
a { background-color: rgb(23,125,234); }
div.DivClassName
{
background-color: #177DEA;
}
.BgClassName
{
background-color: #177DEA;
}
</style>
border-color css
<style>
span { border-color: #177DEA; }
span { border-color: rgb(23,125,234); }
td.TdClassName
{
border-color: #177DEA;
}
.TagClassName
{
border-color: #177DEA;
}
</style>