Shades of Dodger Blue #1890EC
Tints of Dodger Blue #1890EC
RGB
CMYK
RGB Variations
Color information
#1890EC (or 0x1890EC) is known color: Dodger Blue. HEX triplet: 18, 90 and EC. RGB value is (24,144,236). Sum of RGB (Red+Green+Blue) = 24+144+236=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #1890EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1890EC is #E76F13. Grayscale: #767676. Windows color (decimal): -15167252 or 15503384. OLE color: 15503384.
HSL color Cylindrical-coordinate representation of color #1890EC: hue angle of 206.04º 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 #1890EC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 144 | 236 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.07 |
| HSL | 206.04º | 0.85% | 0.51% | - |
| HSV(B) | 206.04º | 0.9% | 0.93% | - |
| XYZ | 25.49 | 26.2 | 83.07 | - |
| YUV | 118.61 | 194.24 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 236 | 0.90 | 0.39 | 0 | 0.07 | 206.04 | 0.85 | 0.51 |
| Hex | 18 | 90 | EC | 5A | 27 | 0 | 7 | CE | 55 | 33 |
| Octal | 30 | 220 | 354 | 132 | 47 | 0 | 7 | 316 | 125 | 63 |
| Binary | 11000 | 10010000 | 11101100 | 1011010 | 100111 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #1890EC
Complementary color
Monochromatic Colors of #1890EC
Black with #1890EC
Text Example
Text Example
White with #1890EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1890EC; }
p { color: rgb(24,144,236); }
H1.HeaderClassName
{
color: #1890EC;
}
.AnyTagClassName
{
color: #1890EC;
}
</style>
background-color css
<style>
a { background-color: #1890EC; }
a { background-color: rgb(24,144,236); }
div.DivClassName
{
background-color: #1890EC;
}
.BgClassName
{
background-color: #1890EC;
}
</style>
border-color css
<style>
span { border-color: #1890EC; }
span { border-color: rgb(24,144,236); }
td.TdClassName
{
border-color: #1890EC;
}
.TagClassName
{
border-color: #1890EC;
}
</style>