Shades of Curious Blue #2887CE
Tints of Curious Blue #2887CE
RGB
CMYK
RGB Variations
Color information
#2887CE (or 0x2887CE) is known color: Curious Blue. HEX triplet: 28, 87 and CE. RGB value is (40,135,206). Sum of RGB (Red+Green+Blue) = 40+135+206=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #2887CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2887CE is #D77831. Grayscale: #727272. Windows color (decimal): -14121010 or 13535016. OLE color: 13535016.
HSL color Cylindrical-coordinate representation of color #2887CE: hue angle of 205.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2887CE is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 135 | 206 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.19 |
| HSL | 205.66º | 0.67% | 0.48% | - |
| HSV(B) | 205.66º | 0.81% | 0.81% | - |
| XYZ | 20.68 | 22.24 | 61.59 | - |
| YUV | 114.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 206 | 0.81 | 0.34 | 0 | 0.19 | 205.66 | 0.67 | 0.48 |
| Hex | 28 | 87 | CE | 51 | 22 | 0 | 13 | CE | 43 | 30 |
| Octal | 50 | 207 | 316 | 121 | 42 | 0 | 23 | 316 | 103 | 60 |
| Binary | 101000 | 10000111 | 11001110 | 1010001 | 100010 | 0 | 10011 | 11001110 | 1000011 | 110000 |
Color Harmonies of #2887CE
Complementary color
Monochromatic Colors of #2887CE
Black with #2887CE
Text Example
Text Example
White with #2887CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2887CE; }
p { color: rgb(40,135,206); }
H1.HeaderClassName
{
color: #2887CE;
}
.AnyTagClassName
{
color: #2887CE;
}
</style>
background-color css
<style>
a { background-color: #2887CE; }
a { background-color: rgb(40,135,206); }
div.DivClassName
{
background-color: #2887CE;
}
.BgClassName
{
background-color: #2887CE;
}
</style>
border-color css
<style>
span { border-color: #2887CE; }
span { border-color: rgb(40,135,206); }
td.TdClassName
{
border-color: #2887CE;
}
.TagClassName
{
border-color: #2887CE;
}
</style>