Shades of Dodger Blue #1875EA
Tints of Dodger Blue #1875EA
RGB
CMYK
RGB Variations
Color information
#1875EA (or 0x1875EA) is known color: Dodger Blue. HEX triplet: 18, 75 and EA. RGB value is (24,117,234). Sum of RGB (Red+Green+Blue) = 24+117+234=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1875EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1875EA is #E78A15. Grayscale: #656565. Windows color (decimal): -15174166 or 15365400. OLE color: 15365400.
HSL color Cylindrical-coordinate representation of color #1875EA: hue angle of 213.43º 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 #1875EA is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 117 | 234 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.08 |
| HSL | 213.43º | 0.83% | 0.51% | - |
| HSV(B) | 213.43º | 0.9% | 0.92% | - |
| XYZ | 21.59 | 18.86 | 80.34 | - |
| YUV | 102.53 | 202.19 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 234 | 0.90 | 0.5 | 0 | 0.08 | 213.43 | 0.83 | 0.51 |
| Hex | 18 | 75 | EA | 5A | 32 | 0 | 8 | D5 | 53 | 33 |
| Octal | 30 | 165 | 352 | 132 | 62 | 0 | 10 | 325 | 123 | 63 |
| Binary | 11000 | 1110101 | 11101010 | 1011010 | 110010 | 0 | 1000 | 11010101 | 1010011 | 110011 |
Color Harmonies of #1875EA
Complementary color
Monochromatic Colors of #1875EA
Black with #1875EA
Text Example
Text Example
White with #1875EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1875EA; }
p { color: rgb(24,117,234); }
H1.HeaderClassName
{
color: #1875EA;
}
.AnyTagClassName
{
color: #1875EA;
}
</style>
background-color css
<style>
a { background-color: #1875EA; }
a { background-color: rgb(24,117,234); }
div.DivClassName
{
background-color: #1875EA;
}
.BgClassName
{
background-color: #1875EA;
}
</style>
border-color css
<style>
span { border-color: #1875EA; }
span { border-color: rgb(24,117,234); }
td.TdClassName
{
border-color: #1875EA;
}
.TagClassName
{
border-color: #1875EA;
}
</style>