Shades of Dodger Blue #1780EC
Tints of Dodger Blue #1780EC
RGB
CMYK
RGB Variations
Color information
#1780EC (or 0x1780EC) is known color: Dodger Blue. HEX triplet: 17, 80 and EC. RGB value is (23,128,236). Sum of RGB (Red+Green+Blue) = 23+128+236=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #1780EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1780EC is #E87F13. Grayscale: #6C6C6C. Windows color (decimal): -15236884 or 15499287. OLE color: 15499287.
HSL color Cylindrical-coordinate representation of color #1780EC: hue angle of 210.42º 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 #1780EC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 128 | 236 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.07 |
| HSL | 210.42º | 0.85% | 0.51% | - |
| HSV(B) | 210.42º | 0.9% | 0.93% | - |
| XYZ | 23.21 | 21.68 | 82.32 | - |
| YUV | 108.92 | 199.71 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 236 | 0.90 | 0.46 | 0 | 0.07 | 210.42 | 0.85 | 0.51 |
| Hex | 17 | 80 | EC | 5A | 2E | 0 | 7 | D2 | 55 | 33 |
| Octal | 27 | 200 | 354 | 132 | 56 | 0 | 7 | 322 | 125 | 63 |
| Binary | 10111 | 10000000 | 11101100 | 1011010 | 101110 | 0 | 111 | 11010010 | 1010101 | 110011 |
Color Harmonies of #1780EC
Complementary color
Monochromatic Colors of #1780EC
Black with #1780EC
Text Example
Text Example
White with #1780EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780EC; }
p { color: rgb(23,128,236); }
H1.HeaderClassName
{
color: #1780EC;
}
.AnyTagClassName
{
color: #1780EC;
}
</style>
background-color css
<style>
a { background-color: #1780EC; }
a { background-color: rgb(23,128,236); }
div.DivClassName
{
background-color: #1780EC;
}
.BgClassName
{
background-color: #1780EC;
}
</style>
border-color css
<style>
span { border-color: #1780EC; }
span { border-color: rgb(23,128,236); }
td.TdClassName
{
border-color: #1780EC;
}
.TagClassName
{
border-color: #1780EC;
}
</style>