Shades of Dodger Blue #1489EE
Tints of Dodger Blue #1489EE
RGB
CMYK
RGB Variations
Color information
#1489EE (or 0x1489EE) is known color: Dodger Blue. HEX triplet: 14, 89 and EE. RGB value is (20,137,238). Sum of RGB (Red+Green+Blue) = 20+137+238=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #1489EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1489EE is #EB7611. Grayscale: #717171. Windows color (decimal): -15431186 or 15632660. OLE color: 15632660.
HSL color Cylindrical-coordinate representation of color #1489EE: hue angle of 207.8º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1489EE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 137 | 238 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.07 |
| HSL | 207.8º | 0.87% | 0.51% | - |
| HSV(B) | 207.8º | 0.92% | 0.93% | - |
| XYZ | 24.67 | 24.21 | 84.26 | - |
| YUV | 113.53 | 198.24 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 238 | 0.92 | 0.42 | 0 | 0.07 | 207.8 | 0.87 | 0.51 |
| Hex | 14 | 89 | EE | 5C | 2A | 0 | 7 | D0 | 57 | 33 |
| Octal | 24 | 211 | 356 | 134 | 52 | 0 | 7 | 320 | 127 | 63 |
| Binary | 10100 | 10001001 | 11101110 | 1011100 | 101010 | 0 | 111 | 11010000 | 1010111 | 110011 |
Color Harmonies of #1489EE
Complementary color
Monochromatic Colors of #1489EE
Black with #1489EE
Text Example
Text Example
White with #1489EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489EE; }
p { color: rgb(20,137,238); }
H1.HeaderClassName
{
color: #1489EE;
}
.AnyTagClassName
{
color: #1489EE;
}
</style>
background-color css
<style>
a { background-color: #1489EE; }
a { background-color: rgb(20,137,238); }
div.DivClassName
{
background-color: #1489EE;
}
.BgClassName
{
background-color: #1489EE;
}
</style>
border-color css
<style>
span { border-color: #1489EE; }
span { border-color: rgb(20,137,238); }
td.TdClassName
{
border-color: #1489EE;
}
.TagClassName
{
border-color: #1489EE;
}
</style>