Shades of Dodger Blue #177DF1
Tints of Dodger Blue #177DF1
RGB
CMYK
RGB Variations
Color information
#177DF1 (or 0x177DF1) is known color: Dodger Blue. HEX triplet: 17, 7D and F1. RGB value is (23,125,241). Sum of RGB (Red+Green+Blue) = 23+125+241=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #177DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #177DF1 is #E8820E. Grayscale: #6B6B6B. Windows color (decimal): -15237647 or 15826199. OLE color: 15826199.
HSL color Cylindrical-coordinate representation of color #177DF1: hue angle of 211.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #177DF1 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 125 | 241 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.05 |
| HSL | 211.93º | 0.89% | 0.52% | - |
| HSV(B) | 211.93º | 0.9% | 0.95% | - |
| XYZ | 23.56 | 21.2 | 86.07 | - |
| YUV | 107.73 | 203.21 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 241 | 0.90 | 0.48 | 0 | 0.05 | 211.93 | 0.89 | 0.52 |
| Hex | 17 | 7D | F1 | 5A | 30 | 0 | 5 | D4 | 59 | 34 |
| Octal | 27 | 175 | 361 | 132 | 60 | 0 | 5 | 324 | 131 | 64 |
| Binary | 10111 | 1111101 | 11110001 | 1011010 | 110000 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #177DF1
Complementary color
Monochromatic Colors of #177DF1
Black with #177DF1
Text Example
Text Example
White with #177DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DF1; }
p { color: rgb(23,125,241); }
H1.HeaderClassName
{
color: #177DF1;
}
.AnyTagClassName
{
color: #177DF1;
}
</style>
background-color css
<style>
a { background-color: #177DF1; }
a { background-color: rgb(23,125,241); }
div.DivClassName
{
background-color: #177DF1;
}
.BgClassName
{
background-color: #177DF1;
}
</style>
border-color css
<style>
span { border-color: #177DF1; }
span { border-color: rgb(23,125,241); }
td.TdClassName
{
border-color: #177DF1;
}
.TagClassName
{
border-color: #177DF1;
}
</style>