Shades of Summer Sky #2892DC
Tints of Summer Sky #2892DC
RGB
CMYK
RGB Variations
Color information
#2892DC (or 0x2892DC) is known color: Summer Sky. HEX triplet: 28, 92 and DC. RGB value is (40,146,220). Sum of RGB (Red+Green+Blue) = 40+146+220=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #2892DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892DC is #D76D23. Grayscale: #7A7A7A. Windows color (decimal): -14118180 or 14455336. OLE color: 14455336.
HSL color Cylindrical-coordinate representation of color #2892DC: hue angle of 204.67º degrees, saturation: 0.72, 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 #2892DC is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 146 | 220 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.14 |
| HSL | 204.67º | 0.72% | 0.51% | - |
| HSV(B) | 204.67º | 0.82% | 0.86% | - |
| XYZ | 24.07 | 26.18 | 71.49 | - |
| YUV | 122.74 | 182.88 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 220 | 0.82 | 0.34 | 0 | 0.14 | 204.67 | 0.72 | 0.51 |
| Hex | 28 | 92 | DC | 52 | 22 | 0 | E | CD | 48 | 33 |
| Octal | 50 | 222 | 334 | 122 | 42 | 0 | 16 | 315 | 110 | 63 |
| Binary | 101000 | 10010010 | 11011100 | 1010010 | 100010 | 0 | 1110 | 11001101 | 1001000 | 110011 |
Color Harmonies of #2892DC
Complementary color
Monochromatic Colors of #2892DC
Black with #2892DC
Text Example
Text Example
White with #2892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892DC; }
p { color: rgb(40,146,220); }
H1.HeaderClassName
{
color: #2892DC;
}
.AnyTagClassName
{
color: #2892DC;
}
</style>
background-color css
<style>
a { background-color: #2892DC; }
a { background-color: rgb(40,146,220); }
div.DivClassName
{
background-color: #2892DC;
}
.BgClassName
{
background-color: #2892DC;
}
</style>
border-color css
<style>
span { border-color: #2892DC; }
span { border-color: rgb(40,146,220); }
td.TdClassName
{
border-color: #2892DC;
}
.TagClassName
{
border-color: #2892DC;
}
</style>