Shades of Summer Sky #2B90DB
Tints of Summer Sky #2B90DB
RGB
CMYK
RGB Variations
Color information
#2B90DB (or 0x2B90DB) is known color: Summer Sky. HEX triplet: 2B, 90 and DB. RGB value is (43,144,219). Sum of RGB (Red+Green+Blue) = 43+144+219=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B90DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90DB is #D46F24. Grayscale: #797979. Windows color (decimal): -13922085 or 14389291. OLE color: 14389291.
HSL color Cylindrical-coordinate representation of color #2B90DB: hue angle of 205.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B90DB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 144 | 219 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.14 |
| HSL | 205.57º | 0.71% | 0.51% | - |
| HSV(B) | 205.57º | 0.8% | 0.86% | - |
| XYZ | 23.76 | 25.57 | 70.7 | - |
| YUV | 122.35 | 182.54 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 219 | 0.80 | 0.34 | 0 | 0.14 | 205.57 | 0.71 | 0.51 |
| Hex | 2B | 90 | DB | 50 | 22 | 0 | E | CE | 47 | 33 |
| Octal | 53 | 220 | 333 | 120 | 42 | 0 | 16 | 316 | 107 | 63 |
| Binary | 101011 | 10010000 | 11011011 | 1010000 | 100010 | 0 | 1110 | 11001110 | 1000111 | 110011 |
Color Harmonies of #2B90DB
Complementary color
Monochromatic Colors of #2B90DB
Black with #2B90DB
Text Example
Text Example
White with #2B90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B90DB; }
p { color: rgb(43,144,219); }
H1.HeaderClassName
{
color: #2B90DB;
}
.AnyTagClassName
{
color: #2B90DB;
}
</style>
background-color css
<style>
a { background-color: #2B90DB; }
a { background-color: rgb(43,144,219); }
div.DivClassName
{
background-color: #2B90DB;
}
.BgClassName
{
background-color: #2B90DB;
}
</style>
border-color css
<style>
span { border-color: #2B90DB; }
span { border-color: rgb(43,144,219); }
td.TdClassName
{
border-color: #2B90DB;
}
.TagClassName
{
border-color: #2B90DB;
}
</style>