Shades of Dodger Blue #178CE1
Tints of Dodger Blue #178CE1
RGB
CMYK
RGB Variations
Color information
#178CE1 (or 0x178CE1) is known color: Dodger Blue. HEX triplet: 17, 8C and E1. RGB value is (23,140,225). Sum of RGB (Red+Green+Blue) = 23+140+225=388 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.93% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #178CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CE1 is #E8731E. Grayscale: #727272. Windows color (decimal): -15233823 or 14781463. OLE color: 14781463.
HSL color Cylindrical-coordinate representation of color #178CE1: hue angle of 205.25º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178CE1 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 140 | 225 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.12 |
| HSL | 205.25º | 0.81% | 0.49% | - |
| HSV(B) | 205.25º | 0.9% | 0.88% | - |
| XYZ | 23.32 | 24.37 | 74.71 | - |
| YUV | 114.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 225 | 0.90 | 0.38 | 0 | 0.12 | 205.25 | 0.81 | 0.49 |
| Hex | 17 | 8C | E1 | 5A | 26 | 0 | C | CD | 51 | 31 |
| Octal | 27 | 214 | 341 | 132 | 46 | 0 | 14 | 315 | 121 | 61 |
| Binary | 10111 | 10001100 | 11100001 | 1011010 | 100110 | 0 | 1100 | 11001101 | 1010001 | 110001 |
Color Harmonies of #178CE1
Complementary color
Monochromatic Colors of #178CE1
Black with #178CE1
Text Example
Text Example
White with #178CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CE1; }
p { color: rgb(23,140,225); }
H1.HeaderClassName
{
color: #178CE1;
}
.AnyTagClassName
{
color: #178CE1;
}
</style>
background-color css
<style>
a { background-color: #178CE1; }
a { background-color: rgb(23,140,225); }
div.DivClassName
{
background-color: #178CE1;
}
.BgClassName
{
background-color: #178CE1;
}
</style>
border-color css
<style>
span { border-color: #178CE1; }
span { border-color: rgb(23,140,225); }
td.TdClassName
{
border-color: #178CE1;
}
.TagClassName
{
border-color: #178CE1;
}
</style>