Shades of Summer Sky #2892DA
Tints of Summer Sky #2892DA
RGB
CMYK
RGB Variations
Color information
#2892DA (or 0x2892DA) is known color: Summer Sky. HEX triplet: 28, 92 and DA. RGB value is (40,146,218). Sum of RGB (Red+Green+Blue) = 40+146+218=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #2892DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892DA is #D76D25. Grayscale: #7A7A7A. Windows color (decimal): -14118182 or 14324264. OLE color: 14324264.
HSL color Cylindrical-coordinate representation of color #2892DA: hue angle of 204.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2892DA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 146 | 218 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.15 |
| HSL | 204.27º | 0.71% | 0.51% | - |
| HSV(B) | 204.27º | 0.82% | 0.85% | - |
| XYZ | 23.81 | 26.07 | 70.11 | - |
| YUV | 122.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 218 | 0.82 | 0.33 | 0 | 0.15 | 204.27 | 0.71 | 0.51 |
| Hex | 28 | 92 | DA | 52 | 21 | 0 | F | CC | 47 | 33 |
| Octal | 50 | 222 | 332 | 122 | 41 | 0 | 17 | 314 | 107 | 63 |
| Binary | 101000 | 10010010 | 11011010 | 1010010 | 100001 | 0 | 1111 | 11001100 | 1000111 | 110011 |
Color Harmonies of #2892DA
Complementary color
Monochromatic Colors of #2892DA
Black with #2892DA
Text Example
Text Example
White with #2892DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892DA; }
p { color: rgb(40,146,218); }
H1.HeaderClassName
{
color: #2892DA;
}
.AnyTagClassName
{
color: #2892DA;
}
</style>
background-color css
<style>
a { background-color: #2892DA; }
a { background-color: rgb(40,146,218); }
div.DivClassName
{
background-color: #2892DA;
}
.BgClassName
{
background-color: #2892DA;
}
</style>
border-color css
<style>
span { border-color: #2892DA; }
span { border-color: rgb(40,146,218); }
td.TdClassName
{
border-color: #2892DA;
}
.TagClassName
{
border-color: #2892DA;
}
</style>