Shades of Summer Sky #2A92DC
Tints of Summer Sky #2A92DC
RGB
CMYK
RGB Variations
Color information
#2A92DC (or 0x2A92DC) is known color: Summer Sky. HEX triplet: 2A, 92 and DC. RGB value is (42,146,220). Sum of RGB (Red+Green+Blue) = 42+146+220=408 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.29% from 408); Green value is 146 (57.42% from 255 or 35.78% 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 #2A92DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A92DC is #D56D23. Grayscale: #7A7A7A. Windows color (decimal): -13987108 or 14455338. OLE color: 14455338.
HSL color Cylindrical-coordinate representation of color #2A92DC: hue angle of 204.94º 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 #2A92DC is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 146 | 220 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.14 |
| HSL | 204.94º | 0.72% | 0.51% | - |
| HSV(B) | 204.94º | 0.81% | 0.86% | - |
| XYZ | 24.15 | 26.22 | 71.5 | - |
| YUV | 123.34 | 182.54 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 220 | 0.81 | 0.34 | 0 | 0.14 | 204.94 | 0.72 | 0.51 |
| Hex | 2A | 92 | DC | 51 | 22 | 0 | E | CD | 48 | 33 |
| Octal | 52 | 222 | 334 | 121 | 42 | 0 | 16 | 315 | 110 | 63 |
| Binary | 101010 | 10010010 | 11011100 | 1010001 | 100010 | 0 | 1110 | 11001101 | 1001000 | 110011 |
Color Harmonies of #2A92DC
Complementary color
Monochromatic Colors of #2A92DC
Black with #2A92DC
Text Example
Text Example
White with #2A92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A92DC; }
p { color: rgb(42,146,220); }
H1.HeaderClassName
{
color: #2A92DC;
}
.AnyTagClassName
{
color: #2A92DC;
}
</style>
background-color css
<style>
a { background-color: #2A92DC; }
a { background-color: rgb(42,146,220); }
div.DivClassName
{
background-color: #2A92DC;
}
.BgClassName
{
background-color: #2A92DC;
}
</style>
border-color css
<style>
span { border-color: #2A92DC; }
span { border-color: rgb(42,146,220); }
td.TdClassName
{
border-color: #2A92DC;
}
.TagClassName
{
border-color: #2A92DC;
}
</style>