Shades of Dodger Blue #1871EA
Tints of Dodger Blue #1871EA
RGB
CMYK
RGB Variations
Color information
#1871EA (or 0x1871EA) is known color: Dodger Blue. HEX triplet: 18, 71 and EA. RGB value is (24,113,234). Sum of RGB (Red+Green+Blue) = 24+113+234=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #1871EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1871EA is #E78E15. Grayscale: #636363. Windows color (decimal): -15175190 or 15364376. OLE color: 15364376.
HSL color Cylindrical-coordinate representation of color #1871EA: hue angle of 214.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1871EA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 113 | 234 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.08 |
| HSL | 214.57º | 0.83% | 0.51% | - |
| HSV(B) | 214.57º | 0.9% | 0.92% | - |
| XYZ | 21.13 | 17.94 | 80.19 | - |
| YUV | 100.18 | 203.51 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 234 | 0.90 | 0.52 | 0 | 0.08 | 214.57 | 0.83 | 0.51 |
| Hex | 18 | 71 | EA | 5A | 34 | 0 | 8 | D7 | 53 | 33 |
| Octal | 30 | 161 | 352 | 132 | 64 | 0 | 10 | 327 | 123 | 63 |
| Binary | 11000 | 1110001 | 11101010 | 1011010 | 110100 | 0 | 1000 | 11010111 | 1010011 | 110011 |
Color Harmonies of #1871EA
Complementary color
Monochromatic Colors of #1871EA
Black with #1871EA
Text Example
Text Example
White with #1871EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871EA; }
p { color: rgb(24,113,234); }
H1.HeaderClassName
{
color: #1871EA;
}
.AnyTagClassName
{
color: #1871EA;
}
</style>
background-color css
<style>
a { background-color: #1871EA; }
a { background-color: rgb(24,113,234); }
div.DivClassName
{
background-color: #1871EA;
}
.BgClassName
{
background-color: #1871EA;
}
</style>
border-color css
<style>
span { border-color: #1871EA; }
span { border-color: rgb(24,113,234); }
td.TdClassName
{
border-color: #1871EA;
}
.TagClassName
{
border-color: #1871EA;
}
</style>