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