Shades of Dodger Blue #1989EA
Tints of Dodger Blue #1989EA
RGB
CMYK
RGB Variations
Color information
#1989EA (or 0x1989EA) is known color: Dodger Blue. HEX triplet: 19, 89 and EA. RGB value is (25,137,234). Sum of RGB (Red+Green+Blue) = 25+137+234=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #1989EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1989EA is #E67615. Grayscale: #727272. Windows color (decimal): -15103510 or 15370521. OLE color: 15370521.
HSL color Cylindrical-coordinate representation of color #1989EA: hue angle of 207.85º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1989EA is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 137 | 234 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.08 |
| HSL | 207.85º | 0.83% | 0.51% | - |
| HSV(B) | 207.85º | 0.89% | 0.92% | - |
| XYZ | 24.2 | 24.04 | 81.21 | - |
| YUV | 114.57 | 195.39 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 234 | 0.89 | 0.41 | 0 | 0.08 | 207.85 | 0.83 | 0.51 |
| Hex | 19 | 89 | EA | 59 | 29 | 0 | 8 | D0 | 53 | 33 |
| Octal | 31 | 211 | 352 | 131 | 51 | 0 | 10 | 320 | 123 | 63 |
| Binary | 11001 | 10001001 | 11101010 | 1011001 | 101001 | 0 | 1000 | 11010000 | 1010011 | 110011 |
Color Harmonies of #1989EA
Complementary color
Monochromatic Colors of #1989EA
Black with #1989EA
Text Example
Text Example
White with #1989EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1989EA; }
p { color: rgb(25,137,234); }
H1.HeaderClassName
{
color: #1989EA;
}
.AnyTagClassName
{
color: #1989EA;
}
</style>
background-color css
<style>
a { background-color: #1989EA; }
a { background-color: rgb(25,137,234); }
div.DivClassName
{
background-color: #1989EA;
}
.BgClassName
{
background-color: #1989EA;
}
</style>
border-color css
<style>
span { border-color: #1989EA; }
span { border-color: rgb(25,137,234); }
td.TdClassName
{
border-color: #1989EA;
}
.TagClassName
{
border-color: #1989EA;
}
</style>