Shades of Dodger Blue #1898EC
Tints of Dodger Blue #1898EC
RGB
CMYK
RGB Variations
Color information
#1898EC (or 0x1898EC) is known color: Dodger Blue. HEX triplet: 18, 98 and EC. RGB value is (24,152,236). Sum of RGB (Red+Green+Blue) = 24+152+236=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #1898EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1898EC is #E76713. Grayscale: #7A7A7A. Windows color (decimal): -15165204 or 15505432. OLE color: 15505432.
HSL color Cylindrical-coordinate representation of color #1898EC: hue angle of 203.77º 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 #1898EC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 152 | 236 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.07 |
| HSL | 203.77º | 0.85% | 0.51% | - |
| HSV(B) | 203.77º | 0.9% | 0.93% | - |
| XYZ | 26.75 | 28.71 | 83.49 | - |
| YUV | 123.3 | 191.59 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 236 | 0.90 | 0.36 | 0 | 0.07 | 203.77 | 0.85 | 0.51 |
| Hex | 18 | 98 | EC | 5A | 24 | 0 | 7 | CC | 55 | 33 |
| Octal | 30 | 230 | 354 | 132 | 44 | 0 | 7 | 314 | 125 | 63 |
| Binary | 11000 | 10011000 | 11101100 | 1011010 | 100100 | 0 | 111 | 11001100 | 1010101 | 110011 |
Color Harmonies of #1898EC
Complementary color
Monochromatic Colors of #1898EC
Black with #1898EC
Text Example
Text Example
White with #1898EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1898EC; }
p { color: rgb(24,152,236); }
H1.HeaderClassName
{
color: #1898EC;
}
.AnyTagClassName
{
color: #1898EC;
}
</style>
background-color css
<style>
a { background-color: #1898EC; }
a { background-color: rgb(24,152,236); }
div.DivClassName
{
background-color: #1898EC;
}
.BgClassName
{
background-color: #1898EC;
}
</style>
border-color css
<style>
span { border-color: #1898EC; }
span { border-color: rgb(24,152,236); }
td.TdClassName
{
border-color: #1898EC;
}
.TagClassName
{
border-color: #1898EC;
}
</style>