Shades of Dodger Blue #178FEC
Tints of Dodger Blue #178FEC
RGB
CMYK
RGB Variations
Color information
#178FEC (or 0x178FEC) is known color: Dodger Blue. HEX triplet: 17, 8F and EC. RGB value is (23,143,236). Sum of RGB (Red+Green+Blue) = 23+143+236=402 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.72% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #178FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178FEC is #E87013. Grayscale: #757575. Windows color (decimal): -15233044 or 15503127. OLE color: 15503127.
HSL color Cylindrical-coordinate representation of color #178FEC: hue angle of 206.2º 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 #178FEC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 143 | 236 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.07 |
| HSL | 206.2º | 0.85% | 0.51% | - |
| HSV(B) | 206.2º | 0.9% | 0.93% | - |
| XYZ | 25.32 | 25.88 | 83.02 | - |
| YUV | 117.72 | 194.74 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 143 | 236 | 0.90 | 0.39 | 0 | 0.07 | 206.2 | 0.85 | 0.51 |
| Hex | 17 | 8F | EC | 5A | 27 | 0 | 7 | CE | 55 | 33 |
| Octal | 27 | 217 | 354 | 132 | 47 | 0 | 7 | 316 | 125 | 63 |
| Binary | 10111 | 10001111 | 11101100 | 1011010 | 100111 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #178FEC
Complementary color
Monochromatic Colors of #178FEC
Black with #178FEC
Text Example
Text Example
White with #178FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178FEC; }
p { color: rgb(23,143,236); }
H1.HeaderClassName
{
color: #178FEC;
}
.AnyTagClassName
{
color: #178FEC;
}
</style>
background-color css
<style>
a { background-color: #178FEC; }
a { background-color: rgb(23,143,236); }
div.DivClassName
{
background-color: #178FEC;
}
.BgClassName
{
background-color: #178FEC;
}
</style>
border-color css
<style>
span { border-color: #178FEC; }
span { border-color: rgb(23,143,236); }
td.TdClassName
{
border-color: #178FEC;
}
.TagClassName
{
border-color: #178FEC;
}
</style>