Shades of Summer Sky #2097DD
Tints of Summer Sky #2097DD
RGB
CMYK
RGB Variations
Color information
#2097DD (or 0x2097DD) is known color: Summer Sky. HEX triplet: 20, 97 and DD. RGB value is (32,151,221). Sum of RGB (Red+Green+Blue) = 32+151+221=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #2097DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2097DD is #DF6822. Grayscale: #7A7A7A. Windows color (decimal): -14641187 or 14522144. OLE color: 14522144.
HSL color Cylindrical-coordinate representation of color #2097DD: hue angle of 202.22º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2097DD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 151 | 221 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.13 |
| HSL | 202.22º | 0.75% | 0.5% | - |
| HSV(B) | 202.22º | 0.86% | 0.87% | - |
| XYZ | 24.71 | 27.66 | 72.44 | - |
| YUV | 123.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 221 | 0.86 | 0.32 | 0 | 0.13 | 202.22 | 0.75 | 0.5 |
| Hex | 20 | 97 | DD | 56 | 20 | 0 | D | CA | 4B | 32 |
| Octal | 40 | 227 | 335 | 126 | 40 | 0 | 15 | 312 | 113 | 62 |
| Binary | 100000 | 10010111 | 11011101 | 1010110 | 100000 | 0 | 1101 | 11001010 | 1001011 | 110010 |
Color Harmonies of #2097DD
Complementary color
Monochromatic Colors of #2097DD
Black with #2097DD
Text Example
Text Example
White with #2097DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097DD; }
p { color: rgb(32,151,221); }
H1.HeaderClassName
{
color: #2097DD;
}
.AnyTagClassName
{
color: #2097DD;
}
</style>
background-color css
<style>
a { background-color: #2097DD; }
a { background-color: rgb(32,151,221); }
div.DivClassName
{
background-color: #2097DD;
}
.BgClassName
{
background-color: #2097DD;
}
</style>
border-color css
<style>
span { border-color: #2097DD; }
span { border-color: rgb(32,151,221); }
td.TdClassName
{
border-color: #2097DD;
}
.TagClassName
{
border-color: #2097DD;
}
</style>