Shades of Dodger Blue #179FEC
Tints of Dodger Blue #179FEC
RGB
CMYK
RGB Variations
Color information
#179FEC (or 0x179FEC) is known color: Dodger Blue. HEX triplet: 17, 9F and EC. RGB value is (23,159,236). Sum of RGB (Red+Green+Blue) = 23+159+236=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #179FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #179FEC is #E86013. Grayscale: #7E7E7E. Windows color (decimal): -15228948 or 15507223. OLE color: 15507223.
HSL color Cylindrical-coordinate representation of color #179FEC: hue angle of 201.69º 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 #179FEC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 159 | 236 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.07 |
| HSL | 201.69º | 0.85% | 0.51% | - |
| HSV(B) | 201.69º | 0.9% | 0.93% | - |
| XYZ | 27.89 | 31.03 | 83.88 | - |
| YUV | 127.11 | 189.44 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 159 | 236 | 0.90 | 0.33 | 0 | 0.07 | 201.69 | 0.85 | 0.51 |
| Hex | 17 | 9F | EC | 5A | 21 | 0 | 7 | CA | 55 | 33 |
| Octal | 27 | 237 | 354 | 132 | 41 | 0 | 7 | 312 | 125 | 63 |
| Binary | 10111 | 10011111 | 11101100 | 1011010 | 100001 | 0 | 111 | 11001010 | 1010101 | 110011 |
Color Harmonies of #179FEC
Complementary color
Monochromatic Colors of #179FEC
Black with #179FEC
Text Example
Text Example
White with #179FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179FEC; }
p { color: rgb(23,159,236); }
H1.HeaderClassName
{
color: #179FEC;
}
.AnyTagClassName
{
color: #179FEC;
}
</style>
background-color css
<style>
a { background-color: #179FEC; }
a { background-color: rgb(23,159,236); }
div.DivClassName
{
background-color: #179FEC;
}
.BgClassName
{
background-color: #179FEC;
}
</style>
border-color css
<style>
span { border-color: #179FEC; }
span { border-color: rgb(23,159,236); }
td.TdClassName
{
border-color: #179FEC;
}
.TagClassName
{
border-color: #179FEC;
}
</style>