Shades of Dodger Blue #1889EE
Tints of Dodger Blue #1889EE
RGB
CMYK
RGB Variations
Color information
#1889EE (or 0x1889EE) is known color: Dodger Blue. HEX triplet: 18, 89 and EE. RGB value is (24,137,238). Sum of RGB (Red+Green+Blue) = 24+137+238=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #1889EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1889EE is #E77611. Grayscale: #727272. Windows color (decimal): -15169042 or 15632664. OLE color: 15632664.
HSL color Cylindrical-coordinate representation of color #1889EE: hue angle of 208.32º 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 #1889EE is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 137 | 238 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.07 |
| HSL | 208.32º | 0.86% | 0.51% | - |
| HSV(B) | 208.32º | 0.9% | 0.93% | - |
| XYZ | 24.75 | 24.26 | 84.27 | - |
| YUV | 114.73 | 197.56 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 238 | 0.90 | 0.42 | 0 | 0.07 | 208.32 | 0.86 | 0.51 |
| Hex | 18 | 89 | EE | 5A | 2A | 0 | 7 | D0 | 56 | 33 |
| Octal | 30 | 211 | 356 | 132 | 52 | 0 | 7 | 320 | 126 | 63 |
| Binary | 11000 | 10001001 | 11101110 | 1011010 | 101010 | 0 | 111 | 11010000 | 1010110 | 110011 |
Color Harmonies of #1889EE
Complementary color
Monochromatic Colors of #1889EE
Black with #1889EE
Text Example
Text Example
White with #1889EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1889EE; }
p { color: rgb(24,137,238); }
H1.HeaderClassName
{
color: #1889EE;
}
.AnyTagClassName
{
color: #1889EE;
}
</style>
background-color css
<style>
a { background-color: #1889EE; }
a { background-color: rgb(24,137,238); }
div.DivClassName
{
background-color: #1889EE;
}
.BgClassName
{
background-color: #1889EE;
}
</style>
border-color css
<style>
span { border-color: #1889EE; }
span { border-color: rgb(24,137,238); }
td.TdClassName
{
border-color: #1889EE;
}
.TagClassName
{
border-color: #1889EE;
}
</style>