Shades of Dodger Blue #1899EC
Tints of Dodger Blue #1899EC
RGB
CMYK
RGB Variations
Color information
#1899EC (or 0x1899EC) is known color: Dodger Blue. HEX triplet: 18, 99 and EC. RGB value is (24,153,236). Sum of RGB (Red+Green+Blue) = 24+153+236=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #1899EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1899EC is #E76613. Grayscale: #7B7B7B. Windows color (decimal): -15164948 or 15505688. OLE color: 15505688.
HSL color Cylindrical-coordinate representation of color #1899EC: hue angle of 203.49º 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 #1899EC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 153 | 236 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.07 |
| HSL | 203.49º | 0.85% | 0.51% | - |
| HSV(B) | 203.49º | 0.9% | 0.93% | - |
| XYZ | 26.91 | 29.03 | 83.54 | - |
| YUV | 123.89 | 191.26 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 236 | 0.90 | 0.35 | 0 | 0.07 | 203.49 | 0.85 | 0.51 |
| Hex | 18 | 99 | EC | 5A | 23 | 0 | 7 | CB | 55 | 33 |
| Octal | 30 | 231 | 354 | 132 | 43 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11000 | 10011001 | 11101100 | 1011010 | 100011 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #1899EC
Complementary color
Monochromatic Colors of #1899EC
Black with #1899EC
Text Example
Text Example
White with #1899EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1899EC; }
p { color: rgb(24,153,236); }
H1.HeaderClassName
{
color: #1899EC;
}
.AnyTagClassName
{
color: #1899EC;
}
</style>
background-color css
<style>
a { background-color: #1899EC; }
a { background-color: rgb(24,153,236); }
div.DivClassName
{
background-color: #1899EC;
}
.BgClassName
{
background-color: #1899EC;
}
</style>
border-color css
<style>
span { border-color: #1899EC; }
span { border-color: rgb(24,153,236); }
td.TdClassName
{
border-color: #1899EC;
}
.TagClassName
{
border-color: #1899EC;
}
</style>