Shades of Summer Sky #2892DB
Tints of Summer Sky #2892DB
RGB
CMYK
RGB Variations
Color information
#2892DB (or 0x2892DB) is known color: Summer Sky. HEX triplet: 28, 92 and DB. RGB value is (40,146,219). Sum of RGB (Red+Green+Blue) = 40+146+219=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #2892DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892DB is #D76D24. Grayscale: #7A7A7A. Windows color (decimal): -14118181 or 14389800. OLE color: 14389800.
HSL color Cylindrical-coordinate representation of color #2892DB: hue angle of 204.47º 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 #2892DB is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 146 | 219 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.14 |
| HSL | 204.47º | 0.71% | 0.51% | - |
| HSV(B) | 204.47º | 0.82% | 0.86% | - |
| XYZ | 23.94 | 26.12 | 70.8 | - |
| YUV | 122.63 | 182.38 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 219 | 0.82 | 0.33 | 0 | 0.14 | 204.47 | 0.71 | 0.51 |
| Hex | 28 | 92 | DB | 52 | 21 | 0 | E | CC | 47 | 33 |
| Octal | 50 | 222 | 333 | 122 | 41 | 0 | 16 | 314 | 107 | 63 |
| Binary | 101000 | 10010010 | 11011011 | 1010010 | 100001 | 0 | 1110 | 11001100 | 1000111 | 110011 |
Color Harmonies of #2892DB
Complementary color
Monochromatic Colors of #2892DB
Black with #2892DB
Text Example
Text Example
White with #2892DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892DB; }
p { color: rgb(40,146,219); }
H1.HeaderClassName
{
color: #2892DB;
}
.AnyTagClassName
{
color: #2892DB;
}
</style>
background-color css
<style>
a { background-color: #2892DB; }
a { background-color: rgb(40,146,219); }
div.DivClassName
{
background-color: #2892DB;
}
.BgClassName
{
background-color: #2892DB;
}
</style>
border-color css
<style>
span { border-color: #2892DB; }
span { border-color: rgb(40,146,219); }
td.TdClassName
{
border-color: #2892DB;
}
.TagClassName
{
border-color: #2892DB;
}
</style>