Shades of Dodger Blue #1871FE
Tints of Dodger Blue #1871FE
RGB
CMYK
RGB Variations
Color information
#1871FE (or 0x1871FE) is known color: Dodger Blue. HEX triplet: 18, 71 and FE. RGB value is (24,113,254). Sum of RGB (Red+Green+Blue) = 24+113+254=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #1871FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1871FE is #E78E01. Grayscale: #656565. Windows color (decimal): -15175170 or 16675096. OLE color: 16675096.
HSL color Cylindrical-coordinate representation of color #1871FE: hue angle of 216.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1871FE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 113 | 254 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.00 |
| HSL | 216.78º | 0.99% | 0.55% | - |
| HSV(B) | 216.78º | 0.91% | 1% | - |
| XYZ | 24.17 | 19.16 | 96.19 | - |
| YUV | 102.46 | 213.51 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 254 | 0.91 | 0.56 | 0 | 0.00 | 216.78 | 0.99 | 0.55 |
| Hex | 18 | 71 | FE | 5B | 38 | 0 | 0 | D9 | 63 | 37 |
| Octal | 30 | 161 | 376 | 133 | 70 | 0 | 0 | 331 | 143 | 67 |
| Binary | 11000 | 1110001 | 11111110 | 1011011 | 111000 | 0 | 0 | 11011001 | 1100011 | 110111 |
Color Harmonies of #1871FE
Complementary color
Monochromatic Colors of #1871FE
Black with #1871FE
Text Example
Text Example
White with #1871FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871FE; }
p { color: rgb(24,113,254); }
H1.HeaderClassName
{
color: #1871FE;
}
.AnyTagClassName
{
color: #1871FE;
}
</style>
background-color css
<style>
a { background-color: #1871FE; }
a { background-color: rgb(24,113,254); }
div.DivClassName
{
background-color: #1871FE;
}
.BgClassName
{
background-color: #1871FE;
}
</style>
border-color css
<style>
span { border-color: #1871FE; }
span { border-color: rgb(24,113,254); }
td.TdClassName
{
border-color: #1871FE;
}
.TagClassName
{
border-color: #1871FE;
}
</style>