Shades of Dodger Blue #1771EE
Tints of Dodger Blue #1771EE
RGB
CMYK
RGB Variations
Color information
#1771EE (or 0x1771EE) is known color: Dodger Blue. HEX triplet: 17, 71 and EE. RGB value is (23,113,238). Sum of RGB (Red+Green+Blue) = 23+113+238=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #1771EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771EE is #E88E11. Grayscale: #636363. Windows color (decimal): -15240722 or 15626519. OLE color: 15626519.
HSL color Cylindrical-coordinate representation of color #1771EE: hue angle of 214.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1771EE is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 113 | 238 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.07 |
| HSL | 214.88º | 0.86% | 0.51% | - |
| HSV(B) | 214.88º | 0.9% | 0.93% | - |
| XYZ | 21.69 | 18.17 | 83.25 | - |
| YUV | 100.34 | 205.68 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 238 | 0.90 | 0.53 | 0 | 0.07 | 214.88 | 0.86 | 0.51 |
| Hex | 17 | 71 | EE | 5A | 35 | 0 | 7 | D7 | 56 | 33 |
| Octal | 27 | 161 | 356 | 132 | 65 | 0 | 7 | 327 | 126 | 63 |
| Binary | 10111 | 1110001 | 11101110 | 1011010 | 110101 | 0 | 111 | 11010111 | 1010110 | 110011 |
Color Harmonies of #1771EE
Complementary color
Monochromatic Colors of #1771EE
Black with #1771EE
Text Example
Text Example
White with #1771EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771EE; }
p { color: rgb(23,113,238); }
H1.HeaderClassName
{
color: #1771EE;
}
.AnyTagClassName
{
color: #1771EE;
}
</style>
background-color css
<style>
a { background-color: #1771EE; }
a { background-color: rgb(23,113,238); }
div.DivClassName
{
background-color: #1771EE;
}
.BgClassName
{
background-color: #1771EE;
}
</style>
border-color css
<style>
span { border-color: #1771EE; }
span { border-color: rgb(23,113,238); }
td.TdClassName
{
border-color: #1771EE;
}
.TagClassName
{
border-color: #1771EE;
}
</style>