Shades of Dodger Blue #179BDF
Tints of Dodger Blue #179BDF
RGB
CMYK
RGB Variations
Color information
#179BDF (or 0x179BDF) is known color: Dodger Blue. HEX triplet: 17, 9B and DF. RGB value is (23,155,223). Sum of RGB (Red+Green+Blue) = 23+155+223=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #179BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BDF is #E86420. Grayscale: #7A7A7A. Windows color (decimal): -15229985 or 14654231. OLE color: 14654231.
HSL color Cylindrical-coordinate representation of color #179BDF: hue angle of 200.4º 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 #179BDF is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 155 | 223 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.13 |
| HSL | 200.4º | 0.81% | 0.48% | - |
| HSV(B) | 200.4º | 0.9% | 0.87% | - |
| XYZ | 25.39 | 28.95 | 74.06 | - |
| YUV | 123.28 | 184.27 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 223 | 0.90 | 0.30 | 0 | 0.13 | 200.4 | 0.81 | 0.48 |
| Hex | 17 | 9B | DF | 5A | 1E | 0 | D | C8 | 51 | 30 |
| Octal | 27 | 233 | 337 | 132 | 36 | 0 | 15 | 310 | 121 | 60 |
| Binary | 10111 | 10011011 | 11011111 | 1011010 | 11110 | 0 | 1101 | 11001000 | 1010001 | 110000 |
Color Harmonies of #179BDF
Complementary color
Monochromatic Colors of #179BDF
Black with #179BDF
Text Example
Text Example
White with #179BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BDF; }
p { color: rgb(23,155,223); }
H1.HeaderClassName
{
color: #179BDF;
}
.AnyTagClassName
{
color: #179BDF;
}
</style>
background-color css
<style>
a { background-color: #179BDF; }
a { background-color: rgb(23,155,223); }
div.DivClassName
{
background-color: #179BDF;
}
.BgClassName
{
background-color: #179BDF;
}
</style>
border-color css
<style>
span { border-color: #179BDF; }
span { border-color: rgb(23,155,223); }
td.TdClassName
{
border-color: #179BDF;
}
.TagClassName
{
border-color: #179BDF;
}
</style>