Shades of Summer Sky #2E92DD
Tints of Summer Sky #2E92DD
RGB
CMYK
RGB Variations
Color information
#2E92DD (or 0x2E92DD) is known color: Summer Sky. HEX triplet: 2E, 92 and DD. RGB value is (46,146,221). Sum of RGB (Red+Green+Blue) = 46+146+221=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E92DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92DD is #D16D22. Grayscale: #7C7C7C. Windows color (decimal): -13724963 or 14520878. OLE color: 14520878.
HSL color Cylindrical-coordinate representation of color #2E92DD: hue angle of 205.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E92DD is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 146 | 221 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.13 |
| HSL | 205.71º | 0.72% | 0.52% | - |
| HSV(B) | 205.71º | 0.79% | 0.87% | - |
| XYZ | 24.46 | 26.36 | 72.21 | - |
| YUV | 124.65 | 182.37 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 221 | 0.79 | 0.34 | 0 | 0.13 | 205.71 | 0.72 | 0.52 |
| Hex | 2E | 92 | DD | 4F | 22 | 0 | D | CE | 48 | 34 |
| Octal | 56 | 222 | 335 | 117 | 42 | 0 | 15 | 316 | 110 | 64 |
| Binary | 101110 | 10010010 | 11011101 | 1001111 | 100010 | 0 | 1101 | 11001110 | 1001000 | 110100 |
Color Harmonies of #2E92DD
Complementary color
Monochromatic Colors of #2E92DD
Black with #2E92DD
Text Example
Text Example
White with #2E92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E92DD; }
p { color: rgb(46,146,221); }
H1.HeaderClassName
{
color: #2E92DD;
}
.AnyTagClassName
{
color: #2E92DD;
}
</style>
background-color css
<style>
a { background-color: #2E92DD; }
a { background-color: rgb(46,146,221); }
div.DivClassName
{
background-color: #2E92DD;
}
.BgClassName
{
background-color: #2E92DD;
}
</style>
border-color css
<style>
span { border-color: #2E92DD; }
span { border-color: rgb(46,146,221); }
td.TdClassName
{
border-color: #2E92DD;
}
.TagClassName
{
border-color: #2E92DD;
}
</style>