Shades of Dodger Blue #1875EE
Tints of Dodger Blue #1875EE
RGB
CMYK
RGB Variations
Color information
#1875EE (or 0x1875EE) is known color: Dodger Blue. HEX triplet: 18, 75 and EE. RGB value is (24,117,238). Sum of RGB (Red+Green+Blue) = 24+117+238=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #1875EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1875EE is #E78A11. Grayscale: #666666. Windows color (decimal): -15174162 or 15627544. OLE color: 15627544.
HSL color Cylindrical-coordinate representation of color #1875EE: hue angle of 213.93º degrees, saturation: 0.86, 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 #1875EE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 117 | 238 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.07 |
| HSL | 213.93º | 0.86% | 0.51% | - |
| HSV(B) | 213.93º | 0.9% | 0.93% | - |
| XYZ | 22.17 | 19.09 | 83.41 | - |
| YUV | 102.99 | 204.19 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 238 | 0.90 | 0.51 | 0 | 0.07 | 213.93 | 0.86 | 0.51 |
| Hex | 18 | 75 | EE | 5A | 33 | 0 | 7 | D6 | 56 | 33 |
| Octal | 30 | 165 | 356 | 132 | 63 | 0 | 7 | 326 | 126 | 63 |
| Binary | 11000 | 1110101 | 11101110 | 1011010 | 110011 | 0 | 111 | 11010110 | 1010110 | 110011 |
Color Harmonies of #1875EE
Complementary color
Monochromatic Colors of #1875EE
Black with #1875EE
Text Example
Text Example
White with #1875EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1875EE; }
p { color: rgb(24,117,238); }
H1.HeaderClassName
{
color: #1875EE;
}
.AnyTagClassName
{
color: #1875EE;
}
</style>
background-color css
<style>
a { background-color: #1875EE; }
a { background-color: rgb(24,117,238); }
div.DivClassName
{
background-color: #1875EE;
}
.BgClassName
{
background-color: #1875EE;
}
</style>
border-color css
<style>
span { border-color: #1875EE; }
span { border-color: rgb(24,117,238); }
td.TdClassName
{
border-color: #1875EE;
}
.TagClassName
{
border-color: #1875EE;
}
</style>