Shades of Dodger Blue #179EE0
Tints of Dodger Blue #179EE0
RGB
CMYK
RGB Variations
Color information
#179EE0 (or 0x179EE0) is known color: Dodger Blue. HEX triplet: 17, 9E and E0. RGB value is (23,158,224). Sum of RGB (Red+Green+Blue) = 23+158+224=405 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.68% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #179EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EE0 is #E8611F. Grayscale: #7C7C7C. Windows color (decimal): -15229216 or 14720535. OLE color: 14720535.
HSL color Cylindrical-coordinate representation of color #179EE0: hue angle of 199.7º 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 #179EE0 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 158 | 224 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.12 |
| HSL | 199.7º | 0.81% | 0.48% | - |
| HSV(B) | 199.7º | 0.9% | 0.88% | - |
| XYZ | 26.03 | 30.02 | 74.94 | - |
| YUV | 125.16 | 183.77 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 224 | 0.90 | 0.29 | 0 | 0.12 | 199.7 | 0.81 | 0.48 |
| Hex | 17 | 9E | E0 | 5A | 1D | 0 | C | C8 | 51 | 30 |
| Octal | 27 | 236 | 340 | 132 | 35 | 0 | 14 | 310 | 121 | 60 |
| Binary | 10111 | 10011110 | 11100000 | 1011010 | 11101 | 0 | 1100 | 11001000 | 1010001 | 110000 |
Color Harmonies of #179EE0
Complementary color
Monochromatic Colors of #179EE0
Black with #179EE0
Text Example
Text Example
White with #179EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EE0; }
p { color: rgb(23,158,224); }
H1.HeaderClassName
{
color: #179EE0;
}
.AnyTagClassName
{
color: #179EE0;
}
</style>
background-color css
<style>
a { background-color: #179EE0; }
a { background-color: rgb(23,158,224); }
div.DivClassName
{
background-color: #179EE0;
}
.BgClassName
{
background-color: #179EE0;
}
</style>
border-color css
<style>
span { border-color: #179EE0; }
span { border-color: rgb(23,158,224); }
td.TdClassName
{
border-color: #179EE0;
}
.TagClassName
{
border-color: #179EE0;
}
</style>