Shades of Dodger Blue #1895EC
Tints of Dodger Blue #1895EC
RGB
CMYK
RGB Variations
Color information
#1895EC (or 0x1895EC) is known color: Dodger Blue. HEX triplet: 18, 95 and EC. RGB value is (24,149,236). Sum of RGB (Red+Green+Blue) = 24+149+236=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #1895EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895EC is #E76A13. Grayscale: #797979. Windows color (decimal): -15165972 or 15504664. OLE color: 15504664.
HSL color Cylindrical-coordinate representation of color #1895EC: hue angle of 204.62º degrees, saturation: 0.85, 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 #1895EC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 149 | 236 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.07 |
| HSL | 204.62º | 0.85% | 0.51% | - |
| HSV(B) | 204.62º | 0.9% | 0.93% | - |
| XYZ | 26.26 | 27.75 | 83.33 | - |
| YUV | 121.54 | 192.59 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 236 | 0.90 | 0.37 | 0 | 0.07 | 204.62 | 0.85 | 0.51 |
| Hex | 18 | 95 | EC | 5A | 25 | 0 | 7 | CD | 55 | 33 |
| Octal | 30 | 225 | 354 | 132 | 45 | 0 | 7 | 315 | 125 | 63 |
| Binary | 11000 | 10010101 | 11101100 | 1011010 | 100101 | 0 | 111 | 11001101 | 1010101 | 110011 |
Color Harmonies of #1895EC
Complementary color
Monochromatic Colors of #1895EC
Black with #1895EC
Text Example
Text Example
White with #1895EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895EC; }
p { color: rgb(24,149,236); }
H1.HeaderClassName
{
color: #1895EC;
}
.AnyTagClassName
{
color: #1895EC;
}
</style>
background-color css
<style>
a { background-color: #1895EC; }
a { background-color: rgb(24,149,236); }
div.DivClassName
{
background-color: #1895EC;
}
.BgClassName
{
background-color: #1895EC;
}
</style>
border-color css
<style>
span { border-color: #1895EC; }
span { border-color: rgb(24,149,236); }
td.TdClassName
{
border-color: #1895EC;
}
.TagClassName
{
border-color: #1895EC;
}
</style>