Shades of Curious Blue #2081BC
Tints of Curious Blue #2081BC
RGB
CMYK
RGB Variations
Color information
#2081BC (or 0x2081BC) is known color: Curious Blue. HEX triplet: 20, 81 and BC. RGB value is (32,129,188). Sum of RGB (Red+Green+Blue) = 32+129+188=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #2081BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081BC is #DF7E43. Grayscale: #6A6A6A. Windows color (decimal): -14646852 or 12353824. OLE color: 12353824.
HSL color Cylindrical-coordinate representation of color #2081BC: hue angle of 202.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2081BC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 129 | 188 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.26 |
| HSL | 202.69º | 0.71% | 0.43% | - |
| HSV(B) | 202.69º | 0.83% | 0.74% | - |
| XYZ | 17.52 | 19.64 | 50.44 | - |
| YUV | 106.72 | 173.86 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 188 | 0.83 | 0.31 | 0 | 0.26 | 202.69 | 0.71 | 0.43 |
| Hex | 20 | 81 | BC | 53 | 1F | 0 | 1A | CB | 47 | 2B |
| Octal | 40 | 201 | 274 | 123 | 37 | 0 | 32 | 313 | 107 | 53 |
| Binary | 100000 | 10000001 | 10111100 | 1010011 | 11111 | 0 | 11010 | 11001011 | 1000111 | 101011 |
Color Harmonies of #2081BC
Complementary color
Monochromatic Colors of #2081BC
Black with #2081BC
Text Example
Text Example
White with #2081BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081BC; }
p { color: rgb(32,129,188); }
H1.HeaderClassName
{
color: #2081BC;
}
.AnyTagClassName
{
color: #2081BC;
}
</style>
background-color css
<style>
a { background-color: #2081BC; }
a { background-color: rgb(32,129,188); }
div.DivClassName
{
background-color: #2081BC;
}
.BgClassName
{
background-color: #2081BC;
}
</style>
border-color css
<style>
span { border-color: #2081BC; }
span { border-color: rgb(32,129,188); }
td.TdClassName
{
border-color: #2081BC;
}
.TagClassName
{
border-color: #2081BC;
}
</style>