Shades of Dodger Blue #1777EB
Tints of Dodger Blue #1777EB
RGB
CMYK
RGB Variations
Color information
#1777EB (or 0x1777EB) is known color: Dodger Blue. HEX triplet: 17, 77 and EB. RGB value is (23,119,235). Sum of RGB (Red+Green+Blue) = 23+119+235=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #1777EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1777EB is #E88814. Grayscale: #666666. Windows color (decimal): -15239189 or 15431447. OLE color: 15431447.
HSL color Cylindrical-coordinate representation of color #1777EB: hue angle of 212.83º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1777EB is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 119 | 235 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.08 |
| HSL | 212.83º | 0.84% | 0.51% | - |
| HSV(B) | 212.83º | 0.9% | 0.92% | - |
| XYZ | 21.95 | 19.37 | 81.18 | - |
| YUV | 103.52 | 202.2 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 235 | 0.90 | 0.49 | 0 | 0.08 | 212.83 | 0.84 | 0.51 |
| Hex | 17 | 77 | EB | 5A | 31 | 0 | 8 | D5 | 54 | 33 |
| Octal | 27 | 167 | 353 | 132 | 61 | 0 | 10 | 325 | 124 | 63 |
| Binary | 10111 | 1110111 | 11101011 | 1011010 | 110001 | 0 | 1000 | 11010101 | 1010100 | 110011 |
Color Harmonies of #1777EB
Complementary color
Monochromatic Colors of #1777EB
Black with #1777EB
Text Example
Text Example
White with #1777EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777EB; }
p { color: rgb(23,119,235); }
H1.HeaderClassName
{
color: #1777EB;
}
.AnyTagClassName
{
color: #1777EB;
}
</style>
background-color css
<style>
a { background-color: #1777EB; }
a { background-color: rgb(23,119,235); }
div.DivClassName
{
background-color: #1777EB;
}
.BgClassName
{
background-color: #1777EB;
}
</style>
border-color css
<style>
span { border-color: #1777EB; }
span { border-color: rgb(23,119,235); }
td.TdClassName
{
border-color: #1777EB;
}
.TagClassName
{
border-color: #1777EB;
}
</style>