Shades of Dodger Blue #1771FF
Tints of Dodger Blue #1771FF
RGB
CMYK
RGB Variations
Color information
#1771FF (or 0x1771FF) is known color: Dodger Blue. HEX triplet: 17, 71 and FF. RGB value is (23,113,255). Sum of RGB (Red+Green+Blue) = 23+113+255=391 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.88% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1771FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771FF is #E88E00. Grayscale: #656565. Windows color (decimal): -15240705 or 16740631. OLE color: 16740631.
HSL color Cylindrical-coordinate representation of color #1771FF: hue angle of 216.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1771FF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 113 | 255 | - |
| CMYK | 0.91 | 0.56 | 0 | 0 |
| HSL | 216.72º | 1% | 0.55% | - |
| HSV(B) | 216.72º | 0.91% | 1% | - |
| XYZ | 24.31 | 19.21 | 97.03 | - |
| YUV | 102.28 | 214.18 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 255 | 0.91 | 0.56 | 0 | 0 | 216.72 | 1 | 0.55 |
| Hex | 17 | 71 | FF | 5B | 38 | 0 | 0 | D9 | 64 | 37 |
| Octal | 27 | 161 | 377 | 133 | 70 | 0 | 0 | 331 | 144 | 67 |
| Binary | 10111 | 1110001 | 11111111 | 1011011 | 111000 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1771FF
Complementary color
Monochromatic Colors of #1771FF
Black with #1771FF
Text Example
Text Example
White with #1771FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771FF; }
p { color: rgb(23,113,255); }
H1.HeaderClassName
{
color: #1771FF;
}
.AnyTagClassName
{
color: #1771FF;
}
</style>
background-color css
<style>
a { background-color: #1771FF; }
a { background-color: rgb(23,113,255); }
div.DivClassName
{
background-color: #1771FF;
}
.BgClassName
{
background-color: #1771FF;
}
</style>
border-color css
<style>
span { border-color: #1771FF; }
span { border-color: rgb(23,113,255); }
td.TdClassName
{
border-color: #1771FF;
}
.TagClassName
{
border-color: #1771FF;
}
</style>