Shades of Dodger Blue #1771EF
Tints of Dodger Blue #1771EF
RGB
CMYK
RGB Variations
Color information
#1771EF (or 0x1771EF) is known color: Dodger Blue. HEX triplet: 17, 71 and EF. RGB value is (23,113,239). Sum of RGB (Red+Green+Blue) = 23+113+239=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1771EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771EF is #E88E10. Grayscale: #636363. Windows color (decimal): -15240721 or 15692055. OLE color: 15692055.
HSL color Cylindrical-coordinate representation of color #1771EF: hue angle of 215º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1771EF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 113 | 239 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.06 |
| HSL | 215º | 0.87% | 0.51% | - |
| HSV(B) | 215º | 0.9% | 0.94% | - |
| XYZ | 21.84 | 18.22 | 84.03 | - |
| YUV | 100.45 | 206.18 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 239 | 0.90 | 0.53 | 0 | 0.06 | 215 | 0.87 | 0.51 |
| Hex | 17 | 71 | EF | 5A | 35 | 0 | 6 | D7 | 57 | 33 |
| Octal | 27 | 161 | 357 | 132 | 65 | 0 | 6 | 327 | 127 | 63 |
| Binary | 10111 | 1110001 | 11101111 | 1011010 | 110101 | 0 | 110 | 11010111 | 1010111 | 110011 |
Color Harmonies of #1771EF
Complementary color
Monochromatic Colors of #1771EF
Black with #1771EF
Text Example
Text Example
White with #1771EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771EF; }
p { color: rgb(23,113,239); }
H1.HeaderClassName
{
color: #1771EF;
}
.AnyTagClassName
{
color: #1771EF;
}
</style>
background-color css
<style>
a { background-color: #1771EF; }
a { background-color: rgb(23,113,239); }
div.DivClassName
{
background-color: #1771EF;
}
.BgClassName
{
background-color: #1771EF;
}
</style>
border-color css
<style>
span { border-color: #1771EF; }
span { border-color: rgb(23,113,239); }
td.TdClassName
{
border-color: #1771EF;
}
.TagClassName
{
border-color: #1771EF;
}
</style>