Shades of Curious Blue #2087CC
Tints of Curious Blue #2087CC
RGB
CMYK
RGB Variations
Color information
#2087CC (or 0x2087CC) is known color: Curious Blue. HEX triplet: 20, 87 and CC. RGB value is (32,135,204). Sum of RGB (Red+Green+Blue) = 32+135+204=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #2087CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087CC is #DF7833. Grayscale: #6F6F6F. Windows color (decimal): -14645300 or 13403936. OLE color: 13403936.
HSL color Cylindrical-coordinate representation of color #2087CC: hue angle of 204.07º 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 #2087CC is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 135 | 204 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.2 |
| HSL | 204.07º | 0.73% | 0.46% | - |
| HSV(B) | 204.07º | 0.84% | 0.8% | - |
| XYZ | 20.16 | 21.99 | 60.31 | - |
| YUV | 112.07 | 179.88 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 204 | 0.84 | 0.34 | 0 | 0.2 | 204.07 | 0.73 | 0.46 |
| Hex | 20 | 87 | CC | 54 | 22 | 0 | 14 | CC | 49 | 2E |
| Octal | 40 | 207 | 314 | 124 | 42 | 0 | 24 | 314 | 111 | 56 |
| Binary | 100000 | 10000111 | 11001100 | 1010100 | 100010 | 0 | 10100 | 11001100 | 1001001 | 101110 |
Color Harmonies of #2087CC
Complementary color
Monochromatic Colors of #2087CC
Black with #2087CC
Text Example
Text Example
White with #2087CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087CC; }
p { color: rgb(32,135,204); }
H1.HeaderClassName
{
color: #2087CC;
}
.AnyTagClassName
{
color: #2087CC;
}
</style>
background-color css
<style>
a { background-color: #2087CC; }
a { background-color: rgb(32,135,204); }
div.DivClassName
{
background-color: #2087CC;
}
.BgClassName
{
background-color: #2087CC;
}
</style>
border-color css
<style>
span { border-color: #2087CC; }
span { border-color: rgb(32,135,204); }
td.TdClassName
{
border-color: #2087CC;
}
.TagClassName
{
border-color: #2087CC;
}
</style>