Shades of Summer Sky #2295DC
Tints of Summer Sky #2295DC
RGB
CMYK
RGB Variations
Color information
#2295DC (or 0x2295DC) is known color: Summer Sky. HEX triplet: 22, 95 and DC. RGB value is (34,149,220). Sum of RGB (Red+Green+Blue) = 34+149+220=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #2295DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2295DC is #DD6A23. Grayscale: #7A7A7A. Windows color (decimal): -14510628 or 14456098. OLE color: 14456098.
HSL color Cylindrical-coordinate representation of color #2295DC: hue angle of 202.9º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2295DC is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 149 | 220 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.14 |
| HSL | 202.9º | 0.73% | 0.5% | - |
| HSV(B) | 202.9º | 0.85% | 0.86% | - |
| XYZ | 24.33 | 27 | 71.64 | - |
| YUV | 122.71 | 182.9 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 220 | 0.85 | 0.32 | 0 | 0.14 | 202.9 | 0.73 | 0.5 |
| Hex | 22 | 95 | DC | 55 | 20 | 0 | E | CB | 49 | 32 |
| Octal | 42 | 225 | 334 | 125 | 40 | 0 | 16 | 313 | 111 | 62 |
| Binary | 100010 | 10010101 | 11011100 | 1010101 | 100000 | 0 | 1110 | 11001011 | 1001001 | 110010 |
Color Harmonies of #2295DC
Complementary color
Monochromatic Colors of #2295DC
Black with #2295DC
Text Example
Text Example
White with #2295DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2295DC; }
p { color: rgb(34,149,220); }
H1.HeaderClassName
{
color: #2295DC;
}
.AnyTagClassName
{
color: #2295DC;
}
</style>
background-color css
<style>
a { background-color: #2295DC; }
a { background-color: rgb(34,149,220); }
div.DivClassName
{
background-color: #2295DC;
}
.BgClassName
{
background-color: #2295DC;
}
</style>
border-color css
<style>
span { border-color: #2295DC; }
span { border-color: rgb(34,149,220); }
td.TdClassName
{
border-color: #2295DC;
}
.TagClassName
{
border-color: #2295DC;
}
</style>