Shades of Dodger Blue #1691E1
Tints of Dodger Blue #1691E1
RGB
CMYK
RGB Variations
Color information
#1691E1 (or 0x1691E1) is known color: Dodger Blue. HEX triplet: 16, 91 and E1. RGB value is (22,145,225). Sum of RGB (Red+Green+Blue) = 22+145+225=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #1691E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1691E1 is #E96E1E. Grayscale: #747474. Windows color (decimal): -15298079 or 14782742. OLE color: 14782742.
HSL color Cylindrical-coordinate representation of color #1691E1: hue angle of 203.65º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1691E1 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 145 | 225 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.12 |
| HSL | 203.65º | 0.82% | 0.48% | - |
| HSV(B) | 203.65º | 0.9% | 0.88% | - |
| XYZ | 24.05 | 25.86 | 74.96 | - |
| YUV | 117.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 225 | 0.90 | 0.36 | 0 | 0.12 | 203.65 | 0.82 | 0.48 |
| Hex | 16 | 91 | E1 | 5A | 24 | 0 | C | CC | 52 | 30 |
| Octal | 26 | 221 | 341 | 132 | 44 | 0 | 14 | 314 | 122 | 60 |
| Binary | 10110 | 10010001 | 11100001 | 1011010 | 100100 | 0 | 1100 | 11001100 | 1010010 | 110000 |
Color Harmonies of #1691E1
Complementary color
Monochromatic Colors of #1691E1
Black with #1691E1
Text Example
Text Example
White with #1691E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1691E1; }
p { color: rgb(22,145,225); }
H1.HeaderClassName
{
color: #1691E1;
}
.AnyTagClassName
{
color: #1691E1;
}
</style>
background-color css
<style>
a { background-color: #1691E1; }
a { background-color: rgb(22,145,225); }
div.DivClassName
{
background-color: #1691E1;
}
.BgClassName
{
background-color: #1691E1;
}
</style>
border-color css
<style>
span { border-color: #1691E1; }
span { border-color: rgb(22,145,225); }
td.TdClassName
{
border-color: #1691E1;
}
.TagClassName
{
border-color: #1691E1;
}
</style>