Shades of Curious Blue #2081CB
Tints of Curious Blue #2081CB
RGB
CMYK
RGB Variations
Color information
#2081CB (or 0x2081CB) is known color: Curious Blue. HEX triplet: 20, 81 and CB. RGB value is (32,129,203). Sum of RGB (Red+Green+Blue) = 32+129+203=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #2081CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081CB is #DF7E34. Grayscale: #6C6C6C. Windows color (decimal): -14646837 or 13336864. OLE color: 13336864.
HSL color Cylindrical-coordinate representation of color #2081CB: hue angle of 205.96º 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 #2081CB is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 129 | 203 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.20 |
| HSL | 205.96º | 0.73% | 0.46% | - |
| HSV(B) | 205.96º | 0.84% | 0.8% | - |
| XYZ | 19.23 | 20.32 | 59.41 | - |
| YUV | 108.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 203 | 0.84 | 0.36 | 0 | 0.20 | 205.96 | 0.73 | 0.46 |
| Hex | 20 | 81 | CB | 54 | 24 | 0 | 14 | CE | 49 | 2E |
| Octal | 40 | 201 | 313 | 124 | 44 | 0 | 24 | 316 | 111 | 56 |
| Binary | 100000 | 10000001 | 11001011 | 1010100 | 100100 | 0 | 10100 | 11001110 | 1001001 | 101110 |
Color Harmonies of #2081CB
Complementary color
Monochromatic Colors of #2081CB
Black with #2081CB
Text Example
Text Example
White with #2081CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081CB; }
p { color: rgb(32,129,203); }
H1.HeaderClassName
{
color: #2081CB;
}
.AnyTagClassName
{
color: #2081CB;
}
</style>
background-color css
<style>
a { background-color: #2081CB; }
a { background-color: rgb(32,129,203); }
div.DivClassName
{
background-color: #2081CB;
}
.BgClassName
{
background-color: #2081CB;
}
</style>
border-color css
<style>
span { border-color: #2081CB; }
span { border-color: rgb(32,129,203); }
td.TdClassName
{
border-color: #2081CB;
}
.TagClassName
{
border-color: #2081CB;
}
</style>