Shades of Summer Sky #2795DB
Tints of Summer Sky #2795DB
RGB
CMYK
RGB Variations
Color information
#2795DB (or 0x2795DB) is known color: Summer Sky. HEX triplet: 27, 95 and DB. RGB value is (39,149,219). Sum of RGB (Red+Green+Blue) = 39+149+219=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #2795DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2795DB is #D86A24. Grayscale: #7B7B7B. Windows color (decimal): -14182949 or 14390567. OLE color: 14390567.
HSL color Cylindrical-coordinate representation of color #2795DB: hue angle of 203.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2795DB is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 149 | 219 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.14 |
| HSL | 203.33º | 0.71% | 0.51% | - |
| HSV(B) | 203.33º | 0.82% | 0.86% | - |
| XYZ | 24.37 | 27.04 | 70.95 | - |
| YUV | 124.09 | 181.56 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 219 | 0.82 | 0.32 | 0 | 0.14 | 203.33 | 0.71 | 0.51 |
| Hex | 27 | 95 | DB | 52 | 20 | 0 | E | CB | 47 | 33 |
| Octal | 47 | 225 | 333 | 122 | 40 | 0 | 16 | 313 | 107 | 63 |
| Binary | 100111 | 10010101 | 11011011 | 1010010 | 100000 | 0 | 1110 | 11001011 | 1000111 | 110011 |
Color Harmonies of #2795DB
Complementary color
Monochromatic Colors of #2795DB
Black with #2795DB
Text Example
Text Example
White with #2795DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795DB; }
p { color: rgb(39,149,219); }
H1.HeaderClassName
{
color: #2795DB;
}
.AnyTagClassName
{
color: #2795DB;
}
</style>
background-color css
<style>
a { background-color: #2795DB; }
a { background-color: rgb(39,149,219); }
div.DivClassName
{
background-color: #2795DB;
}
.BgClassName
{
background-color: #2795DB;
}
</style>
border-color css
<style>
span { border-color: #2795DB; }
span { border-color: rgb(39,149,219); }
td.TdClassName
{
border-color: #2795DB;
}
.TagClassName
{
border-color: #2795DB;
}
</style>