Shades of Dodger Blue #1871EC
Tints of Dodger Blue #1871EC
RGB
CMYK
RGB Variations
Color information
#1871EC (or 0x1871EC) is known color: Dodger Blue. HEX triplet: 18, 71 and EC. RGB value is (24,113,236). Sum of RGB (Red+Green+Blue) = 24+113+236=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #1871EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1871EC is #E78E13. Grayscale: #636363. Windows color (decimal): -15175188 or 15495448. OLE color: 15495448.
HSL color Cylindrical-coordinate representation of color #1871EC: hue angle of 214.81º 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 #1871EC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 113 | 236 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.07 |
| HSL | 214.81º | 0.85% | 0.51% | - |
| HSV(B) | 214.81º | 0.9% | 0.93% | - |
| XYZ | 21.42 | 18.06 | 81.71 | - |
| YUV | 100.41 | 204.51 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 236 | 0.90 | 0.52 | 0 | 0.07 | 214.81 | 0.85 | 0.51 |
| Hex | 18 | 71 | EC | 5A | 34 | 0 | 7 | D7 | 55 | 33 |
| Octal | 30 | 161 | 354 | 132 | 64 | 0 | 7 | 327 | 125 | 63 |
| Binary | 11000 | 1110001 | 11101100 | 1011010 | 110100 | 0 | 111 | 11010111 | 1010101 | 110011 |
Color Harmonies of #1871EC
Complementary color
Monochromatic Colors of #1871EC
Black with #1871EC
Text Example
Text Example
White with #1871EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871EC; }
p { color: rgb(24,113,236); }
H1.HeaderClassName
{
color: #1871EC;
}
.AnyTagClassName
{
color: #1871EC;
}
</style>
background-color css
<style>
a { background-color: #1871EC; }
a { background-color: rgb(24,113,236); }
div.DivClassName
{
background-color: #1871EC;
}
.BgClassName
{
background-color: #1871EC;
}
</style>
border-color css
<style>
span { border-color: #1871EC; }
span { border-color: rgb(24,113,236); }
td.TdClassName
{
border-color: #1871EC;
}
.TagClassName
{
border-color: #1871EC;
}
</style>