Shades of Dodger Blue #1898ED
Tints of Dodger Blue #1898ED
RGB
CMYK
RGB Variations
Color information
#1898ED (or 0x1898ED) is known color: Dodger Blue. HEX triplet: 18, 98 and ED. RGB value is (24,152,237). Sum of RGB (Red+Green+Blue) = 24+152+237=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #1898ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1898ED is #E76712. Grayscale: #7A7A7A. Windows color (decimal): -15165203 or 15570968. OLE color: 15570968.
HSL color Cylindrical-coordinate representation of color #1898ED: hue angle of 203.94º 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 #1898ED is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 152 | 237 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.07 |
| HSL | 203.94º | 0.86% | 0.51% | - |
| HSV(B) | 203.94º | 0.9% | 0.93% | - |
| XYZ | 26.89 | 28.77 | 84.26 | - |
| YUV | 123.42 | 192.09 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 237 | 0.90 | 0.36 | 0 | 0.07 | 203.94 | 0.86 | 0.51 |
| Hex | 18 | 98 | ED | 5A | 24 | 0 | 7 | CC | 56 | 33 |
| Octal | 30 | 230 | 355 | 132 | 44 | 0 | 7 | 314 | 126 | 63 |
| Binary | 11000 | 10011000 | 11101101 | 1011010 | 100100 | 0 | 111 | 11001100 | 1010110 | 110011 |
Color Harmonies of #1898ED
Complementary color
Monochromatic Colors of #1898ED
Black with #1898ED
Text Example
Text Example
White with #1898ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1898ED; }
p { color: rgb(24,152,237); }
H1.HeaderClassName
{
color: #1898ED;
}
.AnyTagClassName
{
color: #1898ED;
}
</style>
background-color css
<style>
a { background-color: #1898ED; }
a { background-color: rgb(24,152,237); }
div.DivClassName
{
background-color: #1898ED;
}
.BgClassName
{
background-color: #1898ED;
}
</style>
border-color css
<style>
span { border-color: #1898ED; }
span { border-color: rgb(24,152,237); }
td.TdClassName
{
border-color: #1898ED;
}
.TagClassName
{
border-color: #1898ED;
}
</style>