Shades of Dodger Blue #1689EE
Tints of Dodger Blue #1689EE
RGB
CMYK
RGB Variations
Color information
#1689EE (or 0x1689EE) is known color: Dodger Blue. HEX triplet: 16, 89 and EE. RGB value is (22,137,238). Sum of RGB (Red+Green+Blue) = 22+137+238=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #1689EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1689EE is #E97611. Grayscale: #717171. Windows color (decimal): -15300114 or 15632662. OLE color: 15632662.
HSL color Cylindrical-coordinate representation of color #1689EE: hue angle of 208.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1689EE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 137 | 238 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.07 |
| HSL | 208.06º | 0.86% | 0.51% | - |
| HSV(B) | 208.06º | 0.91% | 0.93% | - |
| XYZ | 24.71 | 24.23 | 84.26 | - |
| YUV | 114.13 | 197.9 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 238 | 0.91 | 0.42 | 0 | 0.07 | 208.06 | 0.86 | 0.51 |
| Hex | 16 | 89 | EE | 5B | 2A | 0 | 7 | D0 | 56 | 33 |
| Octal | 26 | 211 | 356 | 133 | 52 | 0 | 7 | 320 | 126 | 63 |
| Binary | 10110 | 10001001 | 11101110 | 1011011 | 101010 | 0 | 111 | 11010000 | 1010110 | 110011 |
Color Harmonies of #1689EE
Complementary color
Monochromatic Colors of #1689EE
Black with #1689EE
Text Example
Text Example
White with #1689EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689EE; }
p { color: rgb(22,137,238); }
H1.HeaderClassName
{
color: #1689EE;
}
.AnyTagClassName
{
color: #1689EE;
}
</style>
background-color css
<style>
a { background-color: #1689EE; }
a { background-color: rgb(22,137,238); }
div.DivClassName
{
background-color: #1689EE;
}
.BgClassName
{
background-color: #1689EE;
}
</style>
border-color css
<style>
span { border-color: #1689EE; }
span { border-color: rgb(22,137,238); }
td.TdClassName
{
border-color: #1689EE;
}
.TagClassName
{
border-color: #1689EE;
}
</style>