Shades of Summer Sky #2E9FDB
Tints of Summer Sky #2E9FDB
RGB
CMYK
RGB Variations
Color information
#2E9FDB (or 0x2E9FDB) is known color: Summer Sky. HEX triplet: 2E, 9F and DB. RGB value is (46,159,219). Sum of RGB (Red+Green+Blue) = 46+159+219=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E9FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FDB is #D16024. Grayscale: #838383. Windows color (decimal): -13721637 or 14393134. OLE color: 14393134.
HSL color Cylindrical-coordinate representation of color #2E9FDB: hue angle of 200.81º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E9FDB is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 159 | 219 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.14 |
| HSL | 200.81º | 0.71% | 0.52% | - |
| HSV(B) | 200.81º | 0.79% | 0.86% | - |
| XYZ | 26.31 | 30.49 | 71.52 | - |
| YUV | 132.05 | 177.06 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 219 | 0.79 | 0.27 | 0 | 0.14 | 200.81 | 0.71 | 0.52 |
| Hex | 2E | 9F | DB | 4F | 1B | 0 | E | C9 | 47 | 34 |
| Octal | 56 | 237 | 333 | 117 | 33 | 0 | 16 | 311 | 107 | 64 |
| Binary | 101110 | 10011111 | 11011011 | 1001111 | 11011 | 0 | 1110 | 11001001 | 1000111 | 110100 |
Color Harmonies of #2E9FDB
Complementary color
Monochromatic Colors of #2E9FDB
Black with #2E9FDB
Text Example
Text Example
White with #2E9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9FDB; }
p { color: rgb(46,159,219); }
H1.HeaderClassName
{
color: #2E9FDB;
}
.AnyTagClassName
{
color: #2E9FDB;
}
</style>
background-color css
<style>
a { background-color: #2E9FDB; }
a { background-color: rgb(46,159,219); }
div.DivClassName
{
background-color: #2E9FDB;
}
.BgClassName
{
background-color: #2E9FDB;
}
</style>
border-color css
<style>
span { border-color: #2E9FDB; }
span { border-color: rgb(46,159,219); }
td.TdClassName
{
border-color: #2E9FDB;
}
.TagClassName
{
border-color: #2E9FDB;
}
</style>