Shades of Summer Sky #2890D6
Tints of Summer Sky #2890D6
RGB
CMYK
RGB Variations
Color information
#2890D6 (or 0x2890D6) is known color: Summer Sky. HEX triplet: 28, 90 and D6. RGB value is (40,144,214). Sum of RGB (Red+Green+Blue) = 40+144+214=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #2890D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890D6 is #D76F29. Grayscale: #787878. Windows color (decimal): -14118698 or 14061608. OLE color: 14061608.
HSL color Cylindrical-coordinate representation of color #2890D6: hue angle of 204.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2890D6 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 144 | 214 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.16 |
| HSL | 204.14º | 0.69% | 0.5% | - |
| HSV(B) | 204.14º | 0.81% | 0.84% | - |
| XYZ | 22.99 | 25.25 | 67.28 | - |
| YUV | 120.88 | 180.54 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 214 | 0.81 | 0.33 | 0 | 0.16 | 204.14 | 0.69 | 0.5 |
| Hex | 28 | 90 | D6 | 51 | 21 | 0 | 10 | CC | 45 | 32 |
| Octal | 50 | 220 | 326 | 121 | 41 | 0 | 20 | 314 | 105 | 62 |
| Binary | 101000 | 10010000 | 11010110 | 1010001 | 100001 | 0 | 10000 | 11001100 | 1000101 | 110010 |
Color Harmonies of #2890D6
Complementary color
Monochromatic Colors of #2890D6
Black with #2890D6
Text Example
Text Example
White with #2890D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2890D6; }
p { color: rgb(40,144,214); }
H1.HeaderClassName
{
color: #2890D6;
}
.AnyTagClassName
{
color: #2890D6;
}
</style>
background-color css
<style>
a { background-color: #2890D6; }
a { background-color: rgb(40,144,214); }
div.DivClassName
{
background-color: #2890D6;
}
.BgClassName
{
background-color: #2890D6;
}
</style>
border-color css
<style>
span { border-color: #2890D6; }
span { border-color: rgb(40,144,214); }
td.TdClassName
{
border-color: #2890D6;
}
.TagClassName
{
border-color: #2890D6;
}
</style>