Shades of Dodger Blue #1777EE
Tints of Dodger Blue #1777EE
RGB
CMYK
RGB Variations
Color information
#1777EE (or 0x1777EE) is known color: Dodger Blue. HEX triplet: 17, 77 and EE. RGB value is (23,119,238). Sum of RGB (Red+Green+Blue) = 23+119+238=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #1777EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1777EE is #E88811. Grayscale: #676767. Windows color (decimal): -15239186 or 15628055. OLE color: 15628055.
HSL color Cylindrical-coordinate representation of color #1777EE: hue angle of 213.21º 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 #1777EE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 119 | 238 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.07 |
| HSL | 213.21º | 0.86% | 0.51% | - |
| HSV(B) | 213.21º | 0.9% | 0.93% | - |
| XYZ | 22.38 | 19.55 | 83.48 | - |
| YUV | 103.86 | 203.7 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 238 | 0.90 | 0.50 | 0 | 0.07 | 213.21 | 0.86 | 0.51 |
| Hex | 17 | 77 | EE | 5A | 32 | 0 | 7 | D5 | 56 | 33 |
| Octal | 27 | 167 | 356 | 132 | 62 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10111 | 1110111 | 11101110 | 1011010 | 110010 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1777EE
Complementary color
Monochromatic Colors of #1777EE
Black with #1777EE
Text Example
Text Example
White with #1777EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777EE; }
p { color: rgb(23,119,238); }
H1.HeaderClassName
{
color: #1777EE;
}
.AnyTagClassName
{
color: #1777EE;
}
</style>
background-color css
<style>
a { background-color: #1777EE; }
a { background-color: rgb(23,119,238); }
div.DivClassName
{
background-color: #1777EE;
}
.BgClassName
{
background-color: #1777EE;
}
</style>
border-color css
<style>
span { border-color: #1777EE; }
span { border-color: rgb(23,119,238); }
td.TdClassName
{
border-color: #1777EE;
}
.TagClassName
{
border-color: #1777EE;
}
</style>