Shades of Dodger Blue #1889EC
Tints of Dodger Blue #1889EC
RGB
CMYK
RGB Variations
Color information
#1889EC (or 0x1889EC) is known color: Dodger Blue. HEX triplet: 18, 89 and EC. RGB value is (24,137,236). Sum of RGB (Red+Green+Blue) = 24+137+236=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #1889EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1889EC is #E77613. Grayscale: #717171. Windows color (decimal): -15169044 or 15501592. OLE color: 15501592.
HSL color Cylindrical-coordinate representation of color #1889EC: hue angle of 208.02º 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 #1889EC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 137 | 236 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.07 |
| HSL | 208.02º | 0.85% | 0.51% | - |
| HSV(B) | 208.02º | 0.9% | 0.93% | - |
| XYZ | 24.46 | 24.14 | 82.73 | - |
| YUV | 114.5 | 196.56 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 236 | 0.90 | 0.42 | 0 | 0.07 | 208.02 | 0.85 | 0.51 |
| Hex | 18 | 89 | EC | 5A | 2A | 0 | 7 | D0 | 55 | 33 |
| Octal | 30 | 211 | 354 | 132 | 52 | 0 | 7 | 320 | 125 | 63 |
| Binary | 11000 | 10001001 | 11101100 | 1011010 | 101010 | 0 | 111 | 11010000 | 1010101 | 110011 |
Color Harmonies of #1889EC
Complementary color
Monochromatic Colors of #1889EC
Black with #1889EC
Text Example
Text Example
White with #1889EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1889EC; }
p { color: rgb(24,137,236); }
H1.HeaderClassName
{
color: #1889EC;
}
.AnyTagClassName
{
color: #1889EC;
}
</style>
background-color css
<style>
a { background-color: #1889EC; }
a { background-color: rgb(24,137,236); }
div.DivClassName
{
background-color: #1889EC;
}
.BgClassName
{
background-color: #1889EC;
}
</style>
border-color css
<style>
span { border-color: #1889EC; }
span { border-color: rgb(24,137,236); }
td.TdClassName
{
border-color: #1889EC;
}
.TagClassName
{
border-color: #1889EC;
}
</style>