Shades of Dodger Blue #1876EF
Tints of Dodger Blue #1876EF
RGB
CMYK
RGB Variations
Color information
#1876EF (or 0x1876EF) is known color: Dodger Blue. HEX triplet: 18, 76 and EF. RGB value is (24,118,239). Sum of RGB (Red+Green+Blue) = 24+118+239=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #1876EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1876EF is #E78910. Grayscale: #676767. Windows color (decimal): -15173905 or 15693336. OLE color: 15693336.
HSL color Cylindrical-coordinate representation of color #1876EF: hue angle of 213.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1876EF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 118 | 239 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.06 |
| HSL | 213.77º | 0.87% | 0.52% | - |
| HSV(B) | 213.77º | 0.9% | 0.94% | - |
| XYZ | 22.44 | 19.38 | 84.22 | - |
| YUV | 103.69 | 204.36 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 239 | 0.90 | 0.51 | 0 | 0.06 | 213.77 | 0.87 | 0.52 |
| Hex | 18 | 76 | EF | 5A | 33 | 0 | 6 | D6 | 57 | 34 |
| Octal | 30 | 166 | 357 | 132 | 63 | 0 | 6 | 326 | 127 | 64 |
| Binary | 11000 | 1110110 | 11101111 | 1011010 | 110011 | 0 | 110 | 11010110 | 1010111 | 110100 |
Color Harmonies of #1876EF
Complementary color
Monochromatic Colors of #1876EF
Black with #1876EF
Text Example
Text Example
White with #1876EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876EF; }
p { color: rgb(24,118,239); }
H1.HeaderClassName
{
color: #1876EF;
}
.AnyTagClassName
{
color: #1876EF;
}
</style>
background-color css
<style>
a { background-color: #1876EF; }
a { background-color: rgb(24,118,239); }
div.DivClassName
{
background-color: #1876EF;
}
.BgClassName
{
background-color: #1876EF;
}
</style>
border-color css
<style>
span { border-color: #1876EF; }
span { border-color: rgb(24,118,239); }
td.TdClassName
{
border-color: #1876EF;
}
.TagClassName
{
border-color: #1876EF;
}
</style>