Shades of Dodger Blue #177FE0
Tints of Dodger Blue #177FE0
RGB
CMYK
RGB Variations
Color information
#177FE0 (or 0x177FE0) is known color: Dodger Blue. HEX triplet: 17, 7F and E0. RGB value is (23,127,224). Sum of RGB (Red+Green+Blue) = 23+127+224=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #177FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177FE0 is #E8801F. Grayscale: #6A6A6A. Windows color (decimal): -15237152 or 14712599. OLE color: 14712599.
HSL color Cylindrical-coordinate representation of color #177FE0: hue angle of 208.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #177FE0 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 127 | 224 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.12 |
| HSL | 208.96º | 0.81% | 0.48% | - |
| HSV(B) | 208.96º | 0.9% | 0.88% | - |
| XYZ | 21.4 | 20.74 | 73.4 | - |
| YUV | 106.96 | 194.04 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 224 | 0.90 | 0.43 | 0 | 0.12 | 208.96 | 0.81 | 0.48 |
| Hex | 17 | 7F | E0 | 5A | 2B | 0 | C | D1 | 51 | 30 |
| Octal | 27 | 177 | 340 | 132 | 53 | 0 | 14 | 321 | 121 | 60 |
| Binary | 10111 | 1111111 | 11100000 | 1011010 | 101011 | 0 | 1100 | 11010001 | 1010001 | 110000 |
Color Harmonies of #177FE0
Complementary color
Monochromatic Colors of #177FE0
Black with #177FE0
Text Example
Text Example
White with #177FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177FE0; }
p { color: rgb(23,127,224); }
H1.HeaderClassName
{
color: #177FE0;
}
.AnyTagClassName
{
color: #177FE0;
}
</style>
background-color css
<style>
a { background-color: #177FE0; }
a { background-color: rgb(23,127,224); }
div.DivClassName
{
background-color: #177FE0;
}
.BgClassName
{
background-color: #177FE0;
}
</style>
border-color css
<style>
span { border-color: #177FE0; }
span { border-color: rgb(23,127,224); }
td.TdClassName
{
border-color: #177FE0;
}
.TagClassName
{
border-color: #177FE0;
}
</style>