Shades of Curious Blue #2087CB
Tints of Curious Blue #2087CB
RGB
CMYK
RGB Variations
Color information
#2087CB (or 0x2087CB) is known color: Curious Blue. HEX triplet: 20, 87 and CB. RGB value is (32,135,203). Sum of RGB (Red+Green+Blue) = 32+135+203=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #2087CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087CB is #DF7834. Grayscale: #6F6F6F. Windows color (decimal): -14645301 or 13338400. OLE color: 13338400.
HSL color Cylindrical-coordinate representation of color #2087CB: hue angle of 203.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2087CB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 135 | 203 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.20 |
| HSL | 203.86º | 0.73% | 0.46% | - |
| HSV(B) | 203.86º | 0.84% | 0.8% | - |
| XYZ | 20.04 | 21.95 | 59.68 | - |
| YUV | 111.96 | 179.38 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 203 | 0.84 | 0.33 | 0 | 0.20 | 203.86 | 0.73 | 0.46 |
| Hex | 20 | 87 | CB | 54 | 21 | 0 | 14 | CC | 49 | 2E |
| Octal | 40 | 207 | 313 | 124 | 41 | 0 | 24 | 314 | 111 | 56 |
| Binary | 100000 | 10000111 | 11001011 | 1010100 | 100001 | 0 | 10100 | 11001100 | 1001001 | 101110 |
Color Harmonies of #2087CB
Complementary color
Monochromatic Colors of #2087CB
Black with #2087CB
Text Example
Text Example
White with #2087CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087CB; }
p { color: rgb(32,135,203); }
H1.HeaderClassName
{
color: #2087CB;
}
.AnyTagClassName
{
color: #2087CB;
}
</style>
background-color css
<style>
a { background-color: #2087CB; }
a { background-color: rgb(32,135,203); }
div.DivClassName
{
background-color: #2087CB;
}
.BgClassName
{
background-color: #2087CB;
}
</style>
border-color css
<style>
span { border-color: #2087CB; }
span { border-color: rgb(32,135,203); }
td.TdClassName
{
border-color: #2087CB;
}
.TagClassName
{
border-color: #2087CB;
}
</style>