Shades of Dodger Blue #178DEA
Tints of Dodger Blue #178DEA
RGB
CMYK
RGB Variations
Color information
#178DEA (or 0x178DEA) is known color: Dodger Blue. HEX triplet: 17, 8D and EA. RGB value is (23,141,234). Sum of RGB (Red+Green+Blue) = 23+141+234=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #178DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178DEA is #E87215. Grayscale: #737373. Windows color (decimal): -15233558 or 15371543. OLE color: 15371543.
HSL color Cylindrical-coordinate representation of color #178DEA: hue angle of 206.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178DEA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 141 | 234 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.08 |
| HSL | 206.45º | 0.83% | 0.5% | - |
| HSV(B) | 206.45º | 0.9% | 0.92% | - |
| XYZ | 24.73 | 25.17 | 81.4 | - |
| YUV | 116.32 | 194.41 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 234 | 0.90 | 0.40 | 0 | 0.08 | 206.45 | 0.83 | 0.5 |
| Hex | 17 | 8D | EA | 5A | 28 | 0 | 8 | CE | 53 | 32 |
| Octal | 27 | 215 | 352 | 132 | 50 | 0 | 10 | 316 | 123 | 62 |
| Binary | 10111 | 10001101 | 11101010 | 1011010 | 101000 | 0 | 1000 | 11001110 | 1010011 | 110010 |
Color Harmonies of #178DEA
Complementary color
Monochromatic Colors of #178DEA
Black with #178DEA
Text Example
Text Example
White with #178DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DEA; }
p { color: rgb(23,141,234); }
H1.HeaderClassName
{
color: #178DEA;
}
.AnyTagClassName
{
color: #178DEA;
}
</style>
background-color css
<style>
a { background-color: #178DEA; }
a { background-color: rgb(23,141,234); }
div.DivClassName
{
background-color: #178DEA;
}
.BgClassName
{
background-color: #178DEA;
}
</style>
border-color css
<style>
span { border-color: #178DEA; }
span { border-color: rgb(23,141,234); }
td.TdClassName
{
border-color: #178DEA;
}
.TagClassName
{
border-color: #178DEA;
}
</style>