Shades of Dodger Blue #179AEC
Tints of Dodger Blue #179AEC
RGB
CMYK
RGB Variations
Color information
#179AEC (or 0x179AEC) is known color: Dodger Blue. HEX triplet: 17, 9A and EC. RGB value is (23,154,236). Sum of RGB (Red+Green+Blue) = 23+154+236=413 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.57% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #179AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #179AEC is #E86513. Grayscale: #7B7B7B. Windows color (decimal): -15230228 or 15505943. OLE color: 15505943.
HSL color Cylindrical-coordinate representation of color #179AEC: hue angle of 203.1º 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 #179AEC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 154 | 236 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.07 |
| HSL | 203.1º | 0.85% | 0.51% | - |
| HSV(B) | 203.1º | 0.9% | 0.93% | - |
| XYZ | 27.05 | 29.35 | 83.6 | - |
| YUV | 124.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 236 | 0.90 | 0.35 | 0 | 0.07 | 203.1 | 0.85 | 0.51 |
| Hex | 17 | 9A | EC | 5A | 23 | 0 | 7 | CB | 55 | 33 |
| Octal | 27 | 232 | 354 | 132 | 43 | 0 | 7 | 313 | 125 | 63 |
| Binary | 10111 | 10011010 | 11101100 | 1011010 | 100011 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #179AEC
Complementary color
Monochromatic Colors of #179AEC
Black with #179AEC
Text Example
Text Example
White with #179AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AEC; }
p { color: rgb(23,154,236); }
H1.HeaderClassName
{
color: #179AEC;
}
.AnyTagClassName
{
color: #179AEC;
}
</style>
background-color css
<style>
a { background-color: #179AEC; }
a { background-color: rgb(23,154,236); }
div.DivClassName
{
background-color: #179AEC;
}
.BgClassName
{
background-color: #179AEC;
}
</style>
border-color css
<style>
span { border-color: #179AEC; }
span { border-color: rgb(23,154,236); }
td.TdClassName
{
border-color: #179AEC;
}
.TagClassName
{
border-color: #179AEC;
}
</style>