Shades of Dodger Blue #1691EA
Tints of Dodger Blue #1691EA
RGB
CMYK
RGB Variations
Color information
#1691EA (or 0x1691EA) is known color: Dodger Blue. HEX triplet: 16, 91 and EA. RGB value is (22,145,234). Sum of RGB (Red+Green+Blue) = 22+145+234=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #1691EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1691EA is #E96E15. Grayscale: #757575. Windows color (decimal): -15298070 or 15372566. OLE color: 15372566.
HSL color Cylindrical-coordinate representation of color #1691EA: hue angle of 205.19º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1691EA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 145 | 234 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.08 |
| HSL | 205.19º | 0.83% | 0.5% | - |
| HSV(B) | 205.19º | 0.91% | 0.92% | - |
| XYZ | 25.31 | 26.36 | 81.6 | - |
| YUV | 118.37 | 193.25 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 234 | 0.91 | 0.38 | 0 | 0.08 | 205.19 | 0.83 | 0.5 |
| Hex | 16 | 91 | EA | 5B | 26 | 0 | 8 | CD | 53 | 32 |
| Octal | 26 | 221 | 352 | 133 | 46 | 0 | 10 | 315 | 123 | 62 |
| Binary | 10110 | 10010001 | 11101010 | 1011011 | 100110 | 0 | 1000 | 11001101 | 1010011 | 110010 |
Color Harmonies of #1691EA
Complementary color
Monochromatic Colors of #1691EA
Black with #1691EA
Text Example
Text Example
White with #1691EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1691EA; }
p { color: rgb(22,145,234); }
H1.HeaderClassName
{
color: #1691EA;
}
.AnyTagClassName
{
color: #1691EA;
}
</style>
background-color css
<style>
a { background-color: #1691EA; }
a { background-color: rgb(22,145,234); }
div.DivClassName
{
background-color: #1691EA;
}
.BgClassName
{
background-color: #1691EA;
}
</style>
border-color css
<style>
span { border-color: #1691EA; }
span { border-color: rgb(22,145,234); }
td.TdClassName
{
border-color: #1691EA;
}
.TagClassName
{
border-color: #1691EA;
}
</style>