Shades of Dodger Blue #178EFF
Tints of Dodger Blue #178EFF
RGB
CMYK
RGB Variations
Color information
#178EFF (or 0x178EFF) is known color: Dodger Blue. HEX triplet: 17, 8E and FF. RGB value is (23,142,255). Sum of RGB (Red+Green+Blue) = 23+142+255=420 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.48% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #178EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178EFF is #E87100. Grayscale: #767676. Windows color (decimal): -15233281 or 16748055. OLE color: 16748055.
HSL color Cylindrical-coordinate representation of color #178EFF: hue angle of 209.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #178EFF is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 142 | 255 | - |
| CMYK | 0.91 | 0.44 | 0 | 0 |
| HSL | 209.22º | 1% | 0.55% | - |
| HSV(B) | 209.22º | 0.91% | 1% | - |
| XYZ | 28.08 | 26.75 | 98.29 | - |
| YUV | 119.3 | 204.58 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 255 | 0.91 | 0.44 | 0 | 0 | 209.22 | 1 | 0.55 |
| Hex | 17 | 8E | FF | 5B | 2C | 0 | 0 | D1 | 64 | 37 |
| Octal | 27 | 216 | 377 | 133 | 54 | 0 | 0 | 321 | 144 | 67 |
| Binary | 10111 | 10001110 | 11111111 | 1011011 | 101100 | 0 | 0 | 11010001 | 1100100 | 110111 |
Color Harmonies of #178EFF
Complementary color
Monochromatic Colors of #178EFF
Black with #178EFF
Text Example
Text Example
White with #178EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178EFF; }
p { color: rgb(23,142,255); }
H1.HeaderClassName
{
color: #178EFF;
}
.AnyTagClassName
{
color: #178EFF;
}
</style>
background-color css
<style>
a { background-color: #178EFF; }
a { background-color: rgb(23,142,255); }
div.DivClassName
{
background-color: #178EFF;
}
.BgClassName
{
background-color: #178EFF;
}
</style>
border-color css
<style>
span { border-color: #178EFF; }
span { border-color: rgb(23,142,255); }
td.TdClassName
{
border-color: #178EFF;
}
.TagClassName
{
border-color: #178EFF;
}
</style>