Shades of Dodger Blue #1880EC
Tints of Dodger Blue #1880EC
RGB
CMYK
RGB Variations
Color information
#1880EC (or 0x1880EC) is known color: Dodger Blue. HEX triplet: 18, 80 and EC. RGB value is (24,128,236). Sum of RGB (Red+Green+Blue) = 24+128+236=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #1880EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1880EC is #E77F13. Grayscale: #6C6C6C. Windows color (decimal): -15171348 or 15499288. OLE color: 15499288.
HSL color Cylindrical-coordinate representation of color #1880EC: hue angle of 210.57º 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 #1880EC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 128 | 236 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.07 |
| HSL | 210.57º | 0.85% | 0.51% | - |
| HSV(B) | 210.57º | 0.9% | 0.93% | - |
| XYZ | 23.24 | 21.69 | 82.32 | - |
| YUV | 109.22 | 199.54 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 236 | 0.90 | 0.46 | 0 | 0.07 | 210.57 | 0.85 | 0.51 |
| Hex | 18 | 80 | EC | 5A | 2E | 0 | 7 | D3 | 55 | 33 |
| Octal | 30 | 200 | 354 | 132 | 56 | 0 | 7 | 323 | 125 | 63 |
| Binary | 11000 | 10000000 | 11101100 | 1011010 | 101110 | 0 | 111 | 11010011 | 1010101 | 110011 |
Color Harmonies of #1880EC
Complementary color
Monochromatic Colors of #1880EC
Black with #1880EC
Text Example
Text Example
White with #1880EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880EC; }
p { color: rgb(24,128,236); }
H1.HeaderClassName
{
color: #1880EC;
}
.AnyTagClassName
{
color: #1880EC;
}
</style>
background-color css
<style>
a { background-color: #1880EC; }
a { background-color: rgb(24,128,236); }
div.DivClassName
{
background-color: #1880EC;
}
.BgClassName
{
background-color: #1880EC;
}
</style>
border-color css
<style>
span { border-color: #1880EC; }
span { border-color: rgb(24,128,236); }
td.TdClassName
{
border-color: #1880EC;
}
.TagClassName
{
border-color: #1880EC;
}
</style>