Shades of Summer Sky #2993DC
Tints of Summer Sky #2993DC
RGB
CMYK
RGB Variations
Color information
#2993DC (or 0x2993DC) is known color: Summer Sky. HEX triplet: 29, 93 and DC. RGB value is (41,147,220). Sum of RGB (Red+Green+Blue) = 41+147+220=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #2993DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993DC is #D66C23. Grayscale: #7B7B7B. Windows color (decimal): -14052388 or 14455593. OLE color: 14455593.
HSL color Cylindrical-coordinate representation of color #2993DC: hue angle of 204.47º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2993DC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 147 | 220 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.14 |
| HSL | 204.47º | 0.72% | 0.51% | - |
| HSV(B) | 204.47º | 0.81% | 0.86% | - |
| XYZ | 24.27 | 26.51 | 71.55 | - |
| YUV | 123.63 | 182.38 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 220 | 0.81 | 0.33 | 0 | 0.14 | 204.47 | 0.72 | 0.51 |
| Hex | 29 | 93 | DC | 51 | 21 | 0 | E | CC | 48 | 33 |
| Octal | 51 | 223 | 334 | 121 | 41 | 0 | 16 | 314 | 110 | 63 |
| Binary | 101001 | 10010011 | 11011100 | 1010001 | 100001 | 0 | 1110 | 11001100 | 1001000 | 110011 |
Color Harmonies of #2993DC
Complementary color
Monochromatic Colors of #2993DC
Black with #2993DC
Text Example
Text Example
White with #2993DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2993DC; }
p { color: rgb(41,147,220); }
H1.HeaderClassName
{
color: #2993DC;
}
.AnyTagClassName
{
color: #2993DC;
}
</style>
background-color css
<style>
a { background-color: #2993DC; }
a { background-color: rgb(41,147,220); }
div.DivClassName
{
background-color: #2993DC;
}
.BgClassName
{
background-color: #2993DC;
}
</style>
border-color css
<style>
span { border-color: #2993DC; }
span { border-color: rgb(41,147,220); }
td.TdClassName
{
border-color: #2993DC;
}
.TagClassName
{
border-color: #2993DC;
}
</style>