Shades of Curious Blue #2884CB
Tints of Curious Blue #2884CB
RGB
CMYK
RGB Variations
Color information
#2884CB (or 0x2884CB) is known color: Curious Blue. HEX triplet: 28, 84 and CB. RGB value is (40,132,203). Sum of RGB (Red+Green+Blue) = 40+132+203=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #2884CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884CB is #D77B34. Grayscale: #707070. Windows color (decimal): -14121781 or 13337640. OLE color: 13337640.
HSL color Cylindrical-coordinate representation of color #2884CB: hue angle of 206.13º 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 #2884CB is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 132 | 203 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.20 |
| HSL | 206.14º | 0.67% | 0.48% | - |
| HSV(B) | 206.14º | 0.8% | 0.8% | - |
| XYZ | 19.91 | 21.27 | 59.56 | - |
| YUV | 112.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 203 | 0.80 | 0.35 | 0 | 0.20 | 206.14 | 0.67 | 0.48 |
| Hex | 28 | 84 | CB | 50 | 23 | 0 | 14 | CE | 43 | 30 |
| Octal | 50 | 204 | 313 | 120 | 43 | 0 | 24 | 316 | 103 | 60 |
| Binary | 101000 | 10000100 | 11001011 | 1010000 | 100011 | 0 | 10100 | 11001110 | 1000011 | 110000 |
Color Harmonies of #2884CB
Complementary color
Monochromatic Colors of #2884CB
Black with #2884CB
Text Example
Text Example
White with #2884CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884CB; }
p { color: rgb(40,132,203); }
H1.HeaderClassName
{
color: #2884CB;
}
.AnyTagClassName
{
color: #2884CB;
}
</style>
background-color css
<style>
a { background-color: #2884CB; }
a { background-color: rgb(40,132,203); }
div.DivClassName
{
background-color: #2884CB;
}
.BgClassName
{
background-color: #2884CB;
}
</style>
border-color css
<style>
span { border-color: #2884CB; }
span { border-color: rgb(40,132,203); }
td.TdClassName
{
border-color: #2884CB;
}
.TagClassName
{
border-color: #2884CB;
}
</style>