Shades of Dodger Blue #1874EB
Tints of Dodger Blue #1874EB
RGB
CMYK
RGB Variations
Color information
#1874EB (or 0x1874EB) is known color: Dodger Blue. HEX triplet: 18, 74 and EB. RGB value is (24,116,235). Sum of RGB (Red+Green+Blue) = 24+116+235=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #1874EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874EB is #E78B14. Grayscale: #656565. Windows color (decimal): -15174421 or 15430680. OLE color: 15430680.
HSL color Cylindrical-coordinate representation of color #1874EB: hue angle of 213.84º degrees, saturation: 0.84, 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 #1874EB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 116 | 235 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.08 |
| HSL | 213.84º | 0.84% | 0.51% | - |
| HSV(B) | 213.84º | 0.9% | 0.92% | - |
| XYZ | 21.62 | 18.68 | 81.06 | - |
| YUV | 102.06 | 203.02 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 235 | 0.90 | 0.51 | 0 | 0.08 | 213.84 | 0.84 | 0.51 |
| Hex | 18 | 74 | EB | 5A | 33 | 0 | 8 | D6 | 54 | 33 |
| Octal | 30 | 164 | 353 | 132 | 63 | 0 | 10 | 326 | 124 | 63 |
| Binary | 11000 | 1110100 | 11101011 | 1011010 | 110011 | 0 | 1000 | 11010110 | 1010100 | 110011 |
Color Harmonies of #1874EB
Complementary color
Monochromatic Colors of #1874EB
Black with #1874EB
Text Example
Text Example
White with #1874EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874EB; }
p { color: rgb(24,116,235); }
H1.HeaderClassName
{
color: #1874EB;
}
.AnyTagClassName
{
color: #1874EB;
}
</style>
background-color css
<style>
a { background-color: #1874EB; }
a { background-color: rgb(24,116,235); }
div.DivClassName
{
background-color: #1874EB;
}
.BgClassName
{
background-color: #1874EB;
}
</style>
border-color css
<style>
span { border-color: #1874EB; }
span { border-color: rgb(24,116,235); }
td.TdClassName
{
border-color: #1874EB;
}
.TagClassName
{
border-color: #1874EB;
}
</style>