Shades of Dodger Blue #178ADF
Tints of Dodger Blue #178ADF
RGB
CMYK
RGB Variations
Color information
#178ADF (or 0x178ADF) is known color: Dodger Blue. HEX triplet: 17, 8A and DF. RGB value is (23,138,223). Sum of RGB (Red+Green+Blue) = 23+138+223=384 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.99% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #178ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ADF is #E87520. Grayscale: #707070. Windows color (decimal): -15234337 or 14649879. OLE color: 14649879.
HSL color Cylindrical-coordinate representation of color #178ADF: hue angle of 205.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178ADF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 138 | 223 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.13 |
| HSL | 205.5º | 0.81% | 0.48% | - |
| HSV(B) | 205.5º | 0.9% | 0.87% | - |
| XYZ | 22.76 | 23.69 | 73.18 | - |
| YUV | 113.31 | 189.9 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 223 | 0.90 | 0.38 | 0 | 0.13 | 205.5 | 0.81 | 0.48 |
| Hex | 17 | 8A | DF | 5A | 26 | 0 | D | CE | 51 | 30 |
| Octal | 27 | 212 | 337 | 132 | 46 | 0 | 15 | 316 | 121 | 60 |
| Binary | 10111 | 10001010 | 11011111 | 1011010 | 100110 | 0 | 1101 | 11001110 | 1010001 | 110000 |
Color Harmonies of #178ADF
Complementary color
Monochromatic Colors of #178ADF
Black with #178ADF
Text Example
Text Example
White with #178ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ADF; }
p { color: rgb(23,138,223); }
H1.HeaderClassName
{
color: #178ADF;
}
.AnyTagClassName
{
color: #178ADF;
}
</style>
background-color css
<style>
a { background-color: #178ADF; }
a { background-color: rgb(23,138,223); }
div.DivClassName
{
background-color: #178ADF;
}
.BgClassName
{
background-color: #178ADF;
}
</style>
border-color css
<style>
span { border-color: #178ADF; }
span { border-color: rgb(23,138,223); }
td.TdClassName
{
border-color: #178ADF;
}
.TagClassName
{
border-color: #178ADF;
}
</style>