Shades of Curious Blue #2086C5
Tints of Curious Blue #2086C5
RGB
CMYK
RGB Variations
Color information
#2086C5 (or 0x2086C5) is known color: Curious Blue. HEX triplet: 20, 86 and C5. RGB value is (32,134,197). Sum of RGB (Red+Green+Blue) = 32+134+197=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #2086C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2086C5 is #DF793A. Grayscale: #6E6E6E. Windows color (decimal): -14645563 or 12944928. OLE color: 12944928.
HSL color Cylindrical-coordinate representation of color #2086C5: hue angle of 202.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2086C5 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 134 | 197 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.23 |
| HSL | 202.91º | 0.72% | 0.45% | - |
| HSV(B) | 202.91º | 0.84% | 0.77% | - |
| XYZ | 19.2 | 21.39 | 55.94 | - |
| YUV | 110.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 197 | 0.84 | 0.32 | 0 | 0.23 | 202.91 | 0.72 | 0.45 |
| Hex | 20 | 86 | C5 | 54 | 20 | 0 | 17 | CB | 48 | 2D |
| Octal | 40 | 206 | 305 | 124 | 40 | 0 | 27 | 313 | 110 | 55 |
| Binary | 100000 | 10000110 | 11000101 | 1010100 | 100000 | 0 | 10111 | 11001011 | 1001000 | 101101 |
Color Harmonies of #2086C5
Complementary color
Monochromatic Colors of #2086C5
Black with #2086C5
Text Example
Text Example
White with #2086C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2086C5; }
p { color: rgb(32,134,197); }
H1.HeaderClassName
{
color: #2086C5;
}
.AnyTagClassName
{
color: #2086C5;
}
</style>
background-color css
<style>
a { background-color: #2086C5; }
a { background-color: rgb(32,134,197); }
div.DivClassName
{
background-color: #2086C5;
}
.BgClassName
{
background-color: #2086C5;
}
</style>
border-color css
<style>
span { border-color: #2086C5; }
span { border-color: rgb(32,134,197); }
td.TdClassName
{
border-color: #2086C5;
}
.TagClassName
{
border-color: #2086C5;
}
</style>