Shades of Dodger Blue #179EEC
Tints of Dodger Blue #179EEC
RGB
CMYK
RGB Variations
Color information
#179EEC (or 0x179EEC) is known color: Dodger Blue. HEX triplet: 17, 9E and EC. RGB value is (23,158,236). Sum of RGB (Red+Green+Blue) = 23+158+236=417 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.52% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #179EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #179EEC is #E86113. Grayscale: #7E7E7E. Windows color (decimal): -15229204 or 15506967. OLE color: 15506967.
HSL color Cylindrical-coordinate representation of color #179EEC: hue angle of 201.97º 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 #179EEC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 158 | 236 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.07 |
| HSL | 201.97º | 0.85% | 0.51% | - |
| HSV(B) | 201.97º | 0.9% | 0.93% | - |
| XYZ | 27.72 | 30.69 | 83.82 | - |
| YUV | 126.53 | 189.77 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 236 | 0.90 | 0.33 | 0 | 0.07 | 201.97 | 0.85 | 0.51 |
| Hex | 17 | 9E | EC | 5A | 21 | 0 | 7 | CA | 55 | 33 |
| Octal | 27 | 236 | 354 | 132 | 41 | 0 | 7 | 312 | 125 | 63 |
| Binary | 10111 | 10011110 | 11101100 | 1011010 | 100001 | 0 | 111 | 11001010 | 1010101 | 110011 |
Color Harmonies of #179EEC
Complementary color
Monochromatic Colors of #179EEC
Black with #179EEC
Text Example
Text Example
White with #179EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EEC; }
p { color: rgb(23,158,236); }
H1.HeaderClassName
{
color: #179EEC;
}
.AnyTagClassName
{
color: #179EEC;
}
</style>
background-color css
<style>
a { background-color: #179EEC; }
a { background-color: rgb(23,158,236); }
div.DivClassName
{
background-color: #179EEC;
}
.BgClassName
{
background-color: #179EEC;
}
</style>
border-color css
<style>
span { border-color: #179EEC; }
span { border-color: rgb(23,158,236); }
td.TdClassName
{
border-color: #179EEC;
}
.TagClassName
{
border-color: #179EEC;
}
</style>