Shades of Dodger Blue #1878EC
Tints of Dodger Blue #1878EC
RGB
CMYK
RGB Variations
Color information
#1878EC (or 0x1878EC) is known color: Dodger Blue. HEX triplet: 18, 78 and EC. RGB value is (24,120,236). Sum of RGB (Red+Green+Blue) = 24+120+236=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 120 (47.27% from 255 or 31.58% 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 #1878EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1878EC is #E78713. Grayscale: #676767. Windows color (decimal): -15173396 or 15497240. OLE color: 15497240.
HSL color Cylindrical-coordinate representation of color #1878EC: hue angle of 212.83º 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 #1878EC is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 120 | 236 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.07 |
| HSL | 212.83º | 0.85% | 0.51% | - |
| HSV(B) | 212.83º | 0.9% | 0.93% | - |
| XYZ | 22.23 | 19.68 | 81.98 | - |
| YUV | 104.52 | 202.2 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 236 | 0.90 | 0.49 | 0 | 0.07 | 212.83 | 0.85 | 0.51 |
| Hex | 18 | 78 | EC | 5A | 31 | 0 | 7 | D5 | 55 | 33 |
| Octal | 30 | 170 | 354 | 132 | 61 | 0 | 7 | 325 | 125 | 63 |
| Binary | 11000 | 1111000 | 11101100 | 1011010 | 110001 | 0 | 111 | 11010101 | 1010101 | 110011 |
Color Harmonies of #1878EC
Complementary color
Monochromatic Colors of #1878EC
Black with #1878EC
Text Example
Text Example
White with #1878EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878EC; }
p { color: rgb(24,120,236); }
H1.HeaderClassName
{
color: #1878EC;
}
.AnyTagClassName
{
color: #1878EC;
}
</style>
background-color css
<style>
a { background-color: #1878EC; }
a { background-color: rgb(24,120,236); }
div.DivClassName
{
background-color: #1878EC;
}
.BgClassName
{
background-color: #1878EC;
}
</style>
border-color css
<style>
span { border-color: #1878EC; }
span { border-color: rgb(24,120,236); }
td.TdClassName
{
border-color: #1878EC;
}
.TagClassName
{
border-color: #1878EC;
}
</style>