Shades of Summer Sky #2C92DC
Tints of Summer Sky #2C92DC
RGB
CMYK
RGB Variations
Color information
#2C92DC (or 0x2C92DC) is known color: Summer Sky. HEX triplet: 2C, 92 and DC. RGB value is (44,146,220). Sum of RGB (Red+Green+Blue) = 44+146+220=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C92DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C92DC is #D36D23. Grayscale: #7B7B7B. Windows color (decimal): -13856036 or 14455340. OLE color: 14455340.
HSL color Cylindrical-coordinate representation of color #2C92DC: hue angle of 205.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C92DC is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 146 | 220 | - |
| CMYK | 0.8 | 0.34 | 0 | 0.14 |
| HSL | 205.23º | 0.72% | 0.52% | - |
| HSV(B) | 205.23º | 0.8% | 0.86% | - |
| XYZ | 24.24 | 26.26 | 71.5 | - |
| YUV | 123.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 146 | 220 | 0.8 | 0.34 | 0 | 0.14 | 205.23 | 0.72 | 0.52 |
| Hex | 2C | 92 | DC | 50 | 22 | 0 | E | CD | 48 | 34 |
| Octal | 54 | 222 | 334 | 120 | 42 | 0 | 16 | 315 | 110 | 64 |
| Binary | 101100 | 10010010 | 11011100 | 1010000 | 100010 | 0 | 1110 | 11001101 | 1001000 | 110100 |
Color Harmonies of #2C92DC
Complementary color
Monochromatic Colors of #2C92DC
Black with #2C92DC
Text Example
Text Example
White with #2C92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C92DC; }
p { color: rgb(44,146,220); }
H1.HeaderClassName
{
color: #2C92DC;
}
.AnyTagClassName
{
color: #2C92DC;
}
</style>
background-color css
<style>
a { background-color: #2C92DC; }
a { background-color: rgb(44,146,220); }
div.DivClassName
{
background-color: #2C92DC;
}
.BgClassName
{
background-color: #2C92DC;
}
</style>
border-color css
<style>
span { border-color: #2C92DC; }
span { border-color: rgb(44,146,220); }
td.TdClassName
{
border-color: #2C92DC;
}
.TagClassName
{
border-color: #2C92DC;
}
</style>