Shades of Dodger Blue #1779EC
Tints of Dodger Blue #1779EC
RGB
CMYK
RGB Variations
Color information
#1779EC (or 0x1779EC) is known color: Dodger Blue. HEX triplet: 17, 79 and EC. RGB value is (23,121,236). Sum of RGB (Red+Green+Blue) = 23+121+236=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #1779EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1779EC is #E88613. Grayscale: #686868. Windows color (decimal): -15238676 or 15497495. OLE color: 15497495.
HSL color Cylindrical-coordinate representation of color #1779EC: hue angle of 212.39º degrees, saturation: 0.85, 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 #1779EC is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 121 | 236 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.07 |
| HSL | 212.39º | 0.85% | 0.51% | - |
| HSV(B) | 212.39º | 0.9% | 0.93% | - |
| XYZ | 22.33 | 19.91 | 82.02 | - |
| YUV | 104.81 | 202.03 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 236 | 0.90 | 0.49 | 0 | 0.07 | 212.39 | 0.85 | 0.51 |
| Hex | 17 | 79 | EC | 5A | 31 | 0 | 7 | D4 | 55 | 33 |
| Octal | 27 | 171 | 354 | 132 | 61 | 0 | 7 | 324 | 125 | 63 |
| Binary | 10111 | 1111001 | 11101100 | 1011010 | 110001 | 0 | 111 | 11010100 | 1010101 | 110011 |
Color Harmonies of #1779EC
Complementary color
Monochromatic Colors of #1779EC
Black with #1779EC
Text Example
Text Example
White with #1779EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779EC; }
p { color: rgb(23,121,236); }
H1.HeaderClassName
{
color: #1779EC;
}
.AnyTagClassName
{
color: #1779EC;
}
</style>
background-color css
<style>
a { background-color: #1779EC; }
a { background-color: rgb(23,121,236); }
div.DivClassName
{
background-color: #1779EC;
}
.BgClassName
{
background-color: #1779EC;
}
</style>
border-color css
<style>
span { border-color: #1779EC; }
span { border-color: rgb(23,121,236); }
td.TdClassName
{
border-color: #1779EC;
}
.TagClassName
{
border-color: #1779EC;
}
</style>