Shades of Dodger Blue #179DED
Tints of Dodger Blue #179DED
RGB
CMYK
RGB Variations
Color information
#179DED (or 0x179DED) is known color: Dodger Blue. HEX triplet: 17, 9D and ED. RGB value is (23,157,237). Sum of RGB (Red+Green+Blue) = 23+157+237=417 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.52% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #179DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #179DED is #E86212. Grayscale: #7D7D7D. Windows color (decimal): -15229459 or 15572247. OLE color: 15572247.
HSL color Cylindrical-coordinate representation of color #179DED: hue angle of 202.43º degrees, saturation: 0.86, 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 #179DED is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 157 | 237 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.07 |
| HSL | 202.43º | 0.86% | 0.51% | - |
| HSV(B) | 202.43º | 0.9% | 0.93% | - |
| XYZ | 27.7 | 30.41 | 84.53 | - |
| YUV | 126.05 | 190.61 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 237 | 0.90 | 0.34 | 0 | 0.07 | 202.43 | 0.86 | 0.51 |
| Hex | 17 | 9D | ED | 5A | 22 | 0 | 7 | CA | 56 | 33 |
| Octal | 27 | 235 | 355 | 132 | 42 | 0 | 7 | 312 | 126 | 63 |
| Binary | 10111 | 10011101 | 11101101 | 1011010 | 100010 | 0 | 111 | 11001010 | 1010110 | 110011 |
Color Harmonies of #179DED
Complementary color
Monochromatic Colors of #179DED
Black with #179DED
Text Example
Text Example
White with #179DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DED; }
p { color: rgb(23,157,237); }
H1.HeaderClassName
{
color: #179DED;
}
.AnyTagClassName
{
color: #179DED;
}
</style>
background-color css
<style>
a { background-color: #179DED; }
a { background-color: rgb(23,157,237); }
div.DivClassName
{
background-color: #179DED;
}
.BgClassName
{
background-color: #179DED;
}
</style>
border-color css
<style>
span { border-color: #179DED; }
span { border-color: rgb(23,157,237); }
td.TdClassName
{
border-color: #179DED;
}
.TagClassName
{
border-color: #179DED;
}
</style>