Shades of Curious Blue #2885CB
Tints of Curious Blue #2885CB
RGB
CMYK
RGB Variations
Color information
#2885CB (or 0x2885CB) is known color: Curious Blue. HEX triplet: 28, 85 and CB. RGB value is (40,133,203). Sum of RGB (Red+Green+Blue) = 40+133+203=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #2885CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885CB is #D77A34. Grayscale: #707070. Windows color (decimal): -14121525 or 13337896. OLE color: 13337896.
HSL color Cylindrical-coordinate representation of color #2885CB: hue angle of 205.77º 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 #2885CB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 133 | 203 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.20 |
| HSL | 205.77º | 0.67% | 0.48% | - |
| HSV(B) | 205.77º | 0.8% | 0.8% | - |
| XYZ | 20.04 | 21.54 | 59.6 | - |
| YUV | 113.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 203 | 0.80 | 0.34 | 0 | 0.20 | 205.77 | 0.67 | 0.48 |
| Hex | 28 | 85 | CB | 50 | 22 | 0 | 14 | CE | 43 | 30 |
| Octal | 50 | 205 | 313 | 120 | 42 | 0 | 24 | 316 | 103 | 60 |
| Binary | 101000 | 10000101 | 11001011 | 1010000 | 100010 | 0 | 10100 | 11001110 | 1000011 | 110000 |
Color Harmonies of #2885CB
Complementary color
Monochromatic Colors of #2885CB
Black with #2885CB
Text Example
Text Example
White with #2885CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885CB; }
p { color: rgb(40,133,203); }
H1.HeaderClassName
{
color: #2885CB;
}
.AnyTagClassName
{
color: #2885CB;
}
</style>
background-color css
<style>
a { background-color: #2885CB; }
a { background-color: rgb(40,133,203); }
div.DivClassName
{
background-color: #2885CB;
}
.BgClassName
{
background-color: #2885CB;
}
</style>
border-color css
<style>
span { border-color: #2885CB; }
span { border-color: rgb(40,133,203); }
td.TdClassName
{
border-color: #2885CB;
}
.TagClassName
{
border-color: #2885CB;
}
</style>