Shades of Dodger Blue #1777EA
Tints of Dodger Blue #1777EA
RGB
CMYK
RGB Variations
Color information
#1777EA (or 0x1777EA) is known color: Dodger Blue. HEX triplet: 17, 77 and EA. RGB value is (23,119,234). Sum of RGB (Red+Green+Blue) = 23+119+234=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #1777EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1777EA is #E88815. Grayscale: #666666. Windows color (decimal): -15239190 or 15365911. OLE color: 15365911.
HSL color Cylindrical-coordinate representation of color #1777EA: hue angle of 212.7º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1777EA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 119 | 234 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.08 |
| HSL | 212.7º | 0.83% | 0.5% | - |
| HSV(B) | 212.7º | 0.9% | 0.92% | - |
| XYZ | 21.8 | 19.32 | 80.42 | - |
| YUV | 103.41 | 201.7 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 234 | 0.90 | 0.49 | 0 | 0.08 | 212.7 | 0.83 | 0.5 |
| Hex | 17 | 77 | EA | 5A | 31 | 0 | 8 | D5 | 53 | 32 |
| Octal | 27 | 167 | 352 | 132 | 61 | 0 | 10 | 325 | 123 | 62 |
| Binary | 10111 | 1110111 | 11101010 | 1011010 | 110001 | 0 | 1000 | 11010101 | 1010011 | 110010 |
Color Harmonies of #1777EA
Complementary color
Monochromatic Colors of #1777EA
Black with #1777EA
Text Example
Text Example
White with #1777EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777EA; }
p { color: rgb(23,119,234); }
H1.HeaderClassName
{
color: #1777EA;
}
.AnyTagClassName
{
color: #1777EA;
}
</style>
background-color css
<style>
a { background-color: #1777EA; }
a { background-color: rgb(23,119,234); }
div.DivClassName
{
background-color: #1777EA;
}
.BgClassName
{
background-color: #1777EA;
}
</style>
border-color css
<style>
span { border-color: #1777EA; }
span { border-color: rgb(23,119,234); }
td.TdClassName
{
border-color: #1777EA;
}
.TagClassName
{
border-color: #1777EA;
}
</style>