Shades of Curious Blue #2081CC
Tints of Curious Blue #2081CC
RGB
CMYK
RGB Variations
Color information
#2081CC (or 0x2081CC) is known color: Curious Blue. HEX triplet: 20, 81 and CC. RGB value is (32,129,204). Sum of RGB (Red+Green+Blue) = 32+129+204=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #2081CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081CC is #DF7E33. Grayscale: #6C6C6C. Windows color (decimal): -14646836 or 13402400. OLE color: 13402400.
HSL color Cylindrical-coordinate representation of color #2081CC: hue angle of 206.16º 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 #2081CC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 129 | 204 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.2 |
| HSL | 206.16º | 0.73% | 0.46% | - |
| HSV(B) | 206.16º | 0.84% | 0.8% | - |
| XYZ | 19.35 | 20.37 | 60.04 | - |
| YUV | 108.55 | 181.86 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 204 | 0.84 | 0.37 | 0 | 0.2 | 206.16 | 0.73 | 0.46 |
| Hex | 20 | 81 | CC | 54 | 25 | 0 | 14 | CE | 49 | 2E |
| Octal | 40 | 201 | 314 | 124 | 45 | 0 | 24 | 316 | 111 | 56 |
| Binary | 100000 | 10000001 | 11001100 | 1010100 | 100101 | 0 | 10100 | 11001110 | 1001001 | 101110 |
Color Harmonies of #2081CC
Complementary color
Monochromatic Colors of #2081CC
Black with #2081CC
Text Example
Text Example
White with #2081CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081CC; }
p { color: rgb(32,129,204); }
H1.HeaderClassName
{
color: #2081CC;
}
.AnyTagClassName
{
color: #2081CC;
}
</style>
background-color css
<style>
a { background-color: #2081CC; }
a { background-color: rgb(32,129,204); }
div.DivClassName
{
background-color: #2081CC;
}
.BgClassName
{
background-color: #2081CC;
}
</style>
border-color css
<style>
span { border-color: #2081CC; }
span { border-color: rgb(32,129,204); }
td.TdClassName
{
border-color: #2081CC;
}
.TagClassName
{
border-color: #2081CC;
}
</style>