Shades of Dodger Blue #178EF5
Tints of Dodger Blue #178EF5
RGB
CMYK
RGB Variations
Color information
#178EF5 (or 0x178EF5) is known color: Dodger Blue. HEX triplet: 17, 8E and F5. RGB value is (23,142,245). Sum of RGB (Red+Green+Blue) = 23+142+245=410 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.61% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #178EF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178EF5 is #E8710A. Grayscale: #757575. Windows color (decimal): -15233291 or 16092695. OLE color: 16092695.
HSL color Cylindrical-coordinate representation of color #178EF5: hue angle of 207.84º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #178EF5 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 142 | 245 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.04 |
| HSL | 207.84º | 0.92% | 0.53% | - |
| HSV(B) | 207.84º | 0.91% | 0.96% | - |
| XYZ | 26.51 | 26.12 | 90.03 | - |
| YUV | 118.16 | 199.58 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 245 | 0.91 | 0.42 | 0 | 0.04 | 207.84 | 0.92 | 0.53 |
| Hex | 17 | 8E | F5 | 5B | 2A | 0 | 4 | D0 | 5C | 35 |
| Octal | 27 | 216 | 365 | 133 | 52 | 0 | 4 | 320 | 134 | 65 |
| Binary | 10111 | 10001110 | 11110101 | 1011011 | 101010 | 0 | 100 | 11010000 | 1011100 | 110101 |
Color Harmonies of #178EF5
Complementary color
Monochromatic Colors of #178EF5
Black with #178EF5
Text Example
Text Example
White with #178EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178EF5; }
p { color: rgb(23,142,245); }
H1.HeaderClassName
{
color: #178EF5;
}
.AnyTagClassName
{
color: #178EF5;
}
</style>
background-color css
<style>
a { background-color: #178EF5; }
a { background-color: rgb(23,142,245); }
div.DivClassName
{
background-color: #178EF5;
}
.BgClassName
{
background-color: #178EF5;
}
</style>
border-color css
<style>
span { border-color: #178EF5; }
span { border-color: rgb(23,142,245); }
td.TdClassName
{
border-color: #178EF5;
}
.TagClassName
{
border-color: #178EF5;
}
</style>