Shades of Dodger Blue #178EEF
Tints of Dodger Blue #178EEF
RGB
CMYK
RGB Variations
Color information
#178EEF (or 0x178EEF) is known color: Dodger Blue. HEX triplet: 17, 8E and EF. RGB value is (23,142,239). Sum of RGB (Red+Green+Blue) = 23+142+239=404 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.69% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #178EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178EEF is #E87110. Grayscale: #747474. Windows color (decimal): -15233297 or 15699479. OLE color: 15699479.
HSL color Cylindrical-coordinate representation of color #178EEF: hue angle of 206.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178EEF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 142 | 239 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.06 |
| HSL | 206.94º | 0.87% | 0.51% | - |
| HSV(B) | 206.94º | 0.9% | 0.94% | - |
| XYZ | 25.61 | 25.76 | 85.28 | - |
| YUV | 117.48 | 196.58 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 239 | 0.90 | 0.41 | 0 | 0.06 | 206.94 | 0.87 | 0.51 |
| Hex | 17 | 8E | EF | 5A | 29 | 0 | 6 | CF | 57 | 33 |
| Octal | 27 | 216 | 357 | 132 | 51 | 0 | 6 | 317 | 127 | 63 |
| Binary | 10111 | 10001110 | 11101111 | 1011010 | 101001 | 0 | 110 | 11001111 | 1010111 | 110011 |
Color Harmonies of #178EEF
Complementary color
Monochromatic Colors of #178EEF
Black with #178EEF
Text Example
Text Example
White with #178EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178EEF; }
p { color: rgb(23,142,239); }
H1.HeaderClassName
{
color: #178EEF;
}
.AnyTagClassName
{
color: #178EEF;
}
</style>
background-color css
<style>
a { background-color: #178EEF; }
a { background-color: rgb(23,142,239); }
div.DivClassName
{
background-color: #178EEF;
}
.BgClassName
{
background-color: #178EEF;
}
</style>
border-color css
<style>
span { border-color: #178EEF; }
span { border-color: rgb(23,142,239); }
td.TdClassName
{
border-color: #178EEF;
}
.TagClassName
{
border-color: #178EEF;
}
</style>