Shades of Summer Sky #2898DC
Tints of Summer Sky #2898DC
RGB
CMYK
RGB Variations
Color information
#2898DC (or 0x2898DC) is known color: Summer Sky. HEX triplet: 28, 98 and DC. RGB value is (40,152,220). Sum of RGB (Red+Green+Blue) = 40+152+220=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #2898DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2898DC is #D76723. Grayscale: #7D7D7D. Windows color (decimal): -14116644 or 14456872. OLE color: 14456872.
HSL color Cylindrical-coordinate representation of color #2898DC: hue angle of 202.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2898DC is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 152 | 220 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.14 |
| HSL | 202.67º | 0.72% | 0.51% | - |
| HSV(B) | 202.67º | 0.82% | 0.86% | - |
| XYZ | 25.02 | 28.07 | 71.81 | - |
| YUV | 126.26 | 180.89 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 220 | 0.82 | 0.31 | 0 | 0.14 | 202.67 | 0.72 | 0.51 |
| Hex | 28 | 98 | DC | 52 | 1F | 0 | E | CB | 48 | 33 |
| Octal | 50 | 230 | 334 | 122 | 37 | 0 | 16 | 313 | 110 | 63 |
| Binary | 101000 | 10011000 | 11011100 | 1010010 | 11111 | 0 | 1110 | 11001011 | 1001000 | 110011 |
Color Harmonies of #2898DC
Complementary color
Monochromatic Colors of #2898DC
Black with #2898DC
Text Example
Text Example
White with #2898DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2898DC; }
p { color: rgb(40,152,220); }
H1.HeaderClassName
{
color: #2898DC;
}
.AnyTagClassName
{
color: #2898DC;
}
</style>
background-color css
<style>
a { background-color: #2898DC; }
a { background-color: rgb(40,152,220); }
div.DivClassName
{
background-color: #2898DC;
}
.BgClassName
{
background-color: #2898DC;
}
</style>
border-color css
<style>
span { border-color: #2898DC; }
span { border-color: rgb(40,152,220); }
td.TdClassName
{
border-color: #2898DC;
}
.TagClassName
{
border-color: #2898DC;
}
</style>