Shades of Dodger Blue #176AF1
Tints of Dodger Blue #176AF1
RGB
CMYK
RGB Variations
Color information
#176AF1 (or 0x176AF1) is known color: Dodger Blue. HEX triplet: 17, 6A and F1. RGB value is (23,106,241). Sum of RGB (Red+Green+Blue) = 23+106+241=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #176AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176AF1 is #E8950E. Grayscale: #5F5F5F. Windows color (decimal): -15242511 or 15821335. OLE color: 15821335.
HSL color Cylindrical-coordinate representation of color #176AF1: hue angle of 217.16º 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 #176AF1 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 106 | 241 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.05 |
| HSL | 217.16º | 0.89% | 0.52% | - |
| HSV(B) | 217.16º | 0.9% | 0.95% | - |
| XYZ | 21.38 | 16.84 | 85.34 | - |
| YUV | 96.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 241 | 0.90 | 0.56 | 0 | 0.05 | 217.16 | 0.89 | 0.52 |
| Hex | 17 | 6A | F1 | 5A | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 27 | 152 | 361 | 132 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 10111 | 1101010 | 11110001 | 1011010 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #176AF1
Complementary color
Monochromatic Colors of #176AF1
Black with #176AF1
Text Example
Text Example
White with #176AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176AF1; }
p { color: rgb(23,106,241); }
H1.HeaderClassName
{
color: #176AF1;
}
.AnyTagClassName
{
color: #176AF1;
}
</style>
background-color css
<style>
a { background-color: #176AF1; }
a { background-color: rgb(23,106,241); }
div.DivClassName
{
background-color: #176AF1;
}
.BgClassName
{
background-color: #176AF1;
}
</style>
border-color css
<style>
span { border-color: #176AF1; }
span { border-color: rgb(23,106,241); }
td.TdClassName
{
border-color: #176AF1;
}
.TagClassName
{
border-color: #176AF1;
}
</style>