Shades of Curious Blue #2087CF
Tints of Curious Blue #2087CF
RGB
CMYK
RGB Variations
Color information
#2087CF (or 0x2087CF) is known color: Curious Blue. HEX triplet: 20, 87 and CF. RGB value is (32,135,207). Sum of RGB (Red+Green+Blue) = 32+135+207=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #2087CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087CF is #DF7830. Grayscale: #707070. Windows color (decimal): -14645297 or 13600544. OLE color: 13600544.
HSL color Cylindrical-coordinate representation of color #2087CF: hue angle of 204.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2087CF is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 135 | 207 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.19 |
| HSL | 204.69º | 0.73% | 0.47% | - |
| HSV(B) | 204.69º | 0.85% | 0.81% | - |
| XYZ | 20.52 | 22.14 | 62.22 | - |
| YUV | 112.41 | 181.38 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 207 | 0.85 | 0.35 | 0 | 0.19 | 204.69 | 0.73 | 0.47 |
| Hex | 20 | 87 | CF | 55 | 23 | 0 | 13 | CD | 49 | 2F |
| Octal | 40 | 207 | 317 | 125 | 43 | 0 | 23 | 315 | 111 | 57 |
| Binary | 100000 | 10000111 | 11001111 | 1010101 | 100011 | 0 | 10011 | 11001101 | 1001001 | 101111 |
Color Harmonies of #2087CF
Complementary color
Monochromatic Colors of #2087CF
Black with #2087CF
Text Example
Text Example
White with #2087CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087CF; }
p { color: rgb(32,135,207); }
H1.HeaderClassName
{
color: #2087CF;
}
.AnyTagClassName
{
color: #2087CF;
}
</style>
background-color css
<style>
a { background-color: #2087CF; }
a { background-color: rgb(32,135,207); }
div.DivClassName
{
background-color: #2087CF;
}
.BgClassName
{
background-color: #2087CF;
}
</style>
border-color css
<style>
span { border-color: #2087CF; }
span { border-color: rgb(32,135,207); }
td.TdClassName
{
border-color: #2087CF;
}
.TagClassName
{
border-color: #2087CF;
}
</style>