Shades of Dodger Blue #178AFC
Tints of Dodger Blue #178AFC
RGB
CMYK
RGB Variations
Color information
#178AFC (or 0x178AFC) is known color: Dodger Blue. HEX triplet: 17, 8A and FC. RGB value is (23,138,252). Sum of RGB (Red+Green+Blue) = 23+138+252=413 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.57% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #178AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178AFC is #E87503. Grayscale: #747474. Windows color (decimal): -15234308 or 16550423. OLE color: 16550423.
HSL color Cylindrical-coordinate representation of color #178AFC: hue angle of 209.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #178AFC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 138 | 252 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.01 |
| HSL | 209.87º | 0.97% | 0.54% | - |
| HSV(B) | 209.87º | 0.91% | 0.99% | - |
| XYZ | 27.01 | 25.39 | 95.57 | - |
| YUV | 116.61 | 204.4 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 252 | 0.91 | 0.45 | 0 | 0.01 | 209.87 | 0.97 | 0.54 |
| Hex | 17 | 8A | FC | 5B | 2D | 0 | 1 | D2 | 61 | 36 |
| Octal | 27 | 212 | 374 | 133 | 55 | 0 | 1 | 322 | 141 | 66 |
| Binary | 10111 | 10001010 | 11111100 | 1011011 | 101101 | 0 | 1 | 11010010 | 1100001 | 110110 |
Color Harmonies of #178AFC
Complementary color
Monochromatic Colors of #178AFC
Black with #178AFC
Text Example
Text Example
White with #178AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178AFC; }
p { color: rgb(23,138,252); }
H1.HeaderClassName
{
color: #178AFC;
}
.AnyTagClassName
{
color: #178AFC;
}
</style>
background-color css
<style>
a { background-color: #178AFC; }
a { background-color: rgb(23,138,252); }
div.DivClassName
{
background-color: #178AFC;
}
.BgClassName
{
background-color: #178AFC;
}
</style>
border-color css
<style>
span { border-color: #178AFC; }
span { border-color: rgb(23,138,252); }
td.TdClassName
{
border-color: #178AFC;
}
.TagClassName
{
border-color: #178AFC;
}
</style>