Shades of Dodger Blue #1877EC
Tints of Dodger Blue #1877EC
RGB
CMYK
RGB Variations
Color information
#1877EC (or 0x1877EC) is known color: Dodger Blue. HEX triplet: 18, 77 and EC. RGB value is (24,119,236). Sum of RGB (Red+Green+Blue) = 24+119+236=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #1877EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1877EC is #E78813. Grayscale: #676767. Windows color (decimal): -15173652 or 15496984. OLE color: 15496984.
HSL color Cylindrical-coordinate representation of color #1877EC: hue angle of 213.11º 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 #1877EC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 119 | 236 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.07 |
| HSL | 213.11º | 0.85% | 0.51% | - |
| HSV(B) | 213.11º | 0.9% | 0.93% | - |
| XYZ | 22.11 | 19.44 | 81.94 | - |
| YUV | 103.93 | 202.53 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 236 | 0.90 | 0.50 | 0 | 0.07 | 213.11 | 0.85 | 0.51 |
| Hex | 18 | 77 | EC | 5A | 32 | 0 | 7 | D5 | 55 | 33 |
| Octal | 30 | 167 | 354 | 132 | 62 | 0 | 7 | 325 | 125 | 63 |
| Binary | 11000 | 1110111 | 11101100 | 1011010 | 110010 | 0 | 111 | 11010101 | 1010101 | 110011 |
Color Harmonies of #1877EC
Complementary color
Monochromatic Colors of #1877EC
Black with #1877EC
Text Example
Text Example
White with #1877EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877EC; }
p { color: rgb(24,119,236); }
H1.HeaderClassName
{
color: #1877EC;
}
.AnyTagClassName
{
color: #1877EC;
}
</style>
background-color css
<style>
a { background-color: #1877EC; }
a { background-color: rgb(24,119,236); }
div.DivClassName
{
background-color: #1877EC;
}
.BgClassName
{
background-color: #1877EC;
}
</style>
border-color css
<style>
span { border-color: #1877EC; }
span { border-color: rgb(24,119,236); }
td.TdClassName
{
border-color: #1877EC;
}
.TagClassName
{
border-color: #1877EC;
}
</style>