Shades of Curious Blue #2886CB
Tints of Curious Blue #2886CB
RGB
CMYK
RGB Variations
Color information
#2886CB (or 0x2886CB) is known color: Curious Blue. HEX triplet: 28, 86 and CB. RGB value is (40,134,203). Sum of RGB (Red+Green+Blue) = 40+134+203=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #2886CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2886CB is #D77934. Grayscale: #717171. Windows color (decimal): -14121269 or 13338152. OLE color: 13338152.
HSL color Cylindrical-coordinate representation of color #2886CB: hue angle of 205.4º 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 #2886CB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 134 | 203 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.20 |
| HSL | 205.4º | 0.67% | 0.48% | - |
| HSV(B) | 205.4º | 0.8% | 0.8% | - |
| XYZ | 20.18 | 21.81 | 59.65 | - |
| YUV | 113.76 | 178.36 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 203 | 0.80 | 0.34 | 0 | 0.20 | 205.4 | 0.67 | 0.48 |
| Hex | 28 | 86 | CB | 50 | 22 | 0 | 14 | CD | 43 | 30 |
| Octal | 50 | 206 | 313 | 120 | 42 | 0 | 24 | 315 | 103 | 60 |
| Binary | 101000 | 10000110 | 11001011 | 1010000 | 100010 | 0 | 10100 | 11001101 | 1000011 | 110000 |
Color Harmonies of #2886CB
Complementary color
Monochromatic Colors of #2886CB
Black with #2886CB
Text Example
Text Example
White with #2886CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2886CB; }
p { color: rgb(40,134,203); }
H1.HeaderClassName
{
color: #2886CB;
}
.AnyTagClassName
{
color: #2886CB;
}
</style>
background-color css
<style>
a { background-color: #2886CB; }
a { background-color: rgb(40,134,203); }
div.DivClassName
{
background-color: #2886CB;
}
.BgClassName
{
background-color: #2886CB;
}
</style>
border-color css
<style>
span { border-color: #2886CB; }
span { border-color: rgb(40,134,203); }
td.TdClassName
{
border-color: #2886CB;
}
.TagClassName
{
border-color: #2886CB;
}
</style>