Shades of Dodger Blue #178CEB
Tints of Dodger Blue #178CEB
RGB
CMYK
RGB Variations
Color information
#178CEB (or 0x178CEB) is known color: Dodger Blue. HEX triplet: 17, 8C and EB. RGB value is (23,140,235). Sum of RGB (Red+Green+Blue) = 23+140+235=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #178CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178CEB is #E87314. Grayscale: #737373. Windows color (decimal): -15233813 or 15436823. OLE color: 15436823.
HSL color Cylindrical-coordinate representation of color #178CEB: hue angle of 206.89º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178CEB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 140 | 235 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.08 |
| HSL | 206.89º | 0.84% | 0.51% | - |
| HSV(B) | 206.89º | 0.9% | 0.92% | - |
| XYZ | 24.73 | 24.94 | 82.11 | - |
| YUV | 115.85 | 195.24 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 235 | 0.90 | 0.40 | 0 | 0.08 | 206.89 | 0.84 | 0.51 |
| Hex | 17 | 8C | EB | 5A | 28 | 0 | 8 | CF | 54 | 33 |
| Octal | 27 | 214 | 353 | 132 | 50 | 0 | 10 | 317 | 124 | 63 |
| Binary | 10111 | 10001100 | 11101011 | 1011010 | 101000 | 0 | 1000 | 11001111 | 1010100 | 110011 |
Color Harmonies of #178CEB
Complementary color
Monochromatic Colors of #178CEB
Black with #178CEB
Text Example
Text Example
White with #178CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CEB; }
p { color: rgb(23,140,235); }
H1.HeaderClassName
{
color: #178CEB;
}
.AnyTagClassName
{
color: #178CEB;
}
</style>
background-color css
<style>
a { background-color: #178CEB; }
a { background-color: rgb(23,140,235); }
div.DivClassName
{
background-color: #178CEB;
}
.BgClassName
{
background-color: #178CEB;
}
</style>
border-color css
<style>
span { border-color: #178CEB; }
span { border-color: rgb(23,140,235); }
td.TdClassName
{
border-color: #178CEB;
}
.TagClassName
{
border-color: #178CEB;
}
</style>