Shades of Curious Blue #2888CB
Tints of Curious Blue #2888CB
RGB
CMYK
RGB Variations
Color information
#2888CB (or 0x2888CB) is known color: Curious Blue. HEX triplet: 28, 88 and CB. RGB value is (40,136,203). Sum of RGB (Red+Green+Blue) = 40+136+203=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #2888CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888CB is #D77734. Grayscale: #727272. Windows color (decimal): -14120757 or 13338664. OLE color: 13338664.
HSL color Cylindrical-coordinate representation of color #2888CB: hue angle of 204.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2888CB is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 136 | 203 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.20 |
| HSL | 204.66º | 0.67% | 0.48% | - |
| HSV(B) | 204.66º | 0.8% | 0.8% | - |
| XYZ | 20.46 | 22.37 | 59.74 | - |
| YUV | 114.93 | 177.7 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 203 | 0.80 | 0.33 | 0 | 0.20 | 204.66 | 0.67 | 0.48 |
| Hex | 28 | 88 | CB | 50 | 21 | 0 | 14 | CD | 43 | 30 |
| Octal | 50 | 210 | 313 | 120 | 41 | 0 | 24 | 315 | 103 | 60 |
| Binary | 101000 | 10001000 | 11001011 | 1010000 | 100001 | 0 | 10100 | 11001101 | 1000011 | 110000 |
Color Harmonies of #2888CB
Complementary color
Monochromatic Colors of #2888CB
Black with #2888CB
Text Example
Text Example
White with #2888CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888CB; }
p { color: rgb(40,136,203); }
H1.HeaderClassName
{
color: #2888CB;
}
.AnyTagClassName
{
color: #2888CB;
}
</style>
background-color css
<style>
a { background-color: #2888CB; }
a { background-color: rgb(40,136,203); }
div.DivClassName
{
background-color: #2888CB;
}
.BgClassName
{
background-color: #2888CB;
}
</style>
border-color css
<style>
span { border-color: #2888CB; }
span { border-color: rgb(40,136,203); }
td.TdClassName
{
border-color: #2888CB;
}
.TagClassName
{
border-color: #2888CB;
}
</style>