Shades of Curious Blue #2081BD
Tints of Curious Blue #2081BD
RGB
CMYK
RGB Variations
Color information
#2081BD (or 0x2081BD) is known color: Curious Blue. HEX triplet: 20, 81 and BD. RGB value is (32,129,189). Sum of RGB (Red+Green+Blue) = 32+129+189=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #2081BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081BD is #DF7E42. Grayscale: #6A6A6A. Windows color (decimal): -14646851 or 12419360. OLE color: 12419360.
HSL color Cylindrical-coordinate representation of color #2081BD: hue angle of 202.93º 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 #2081BD is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 129 | 189 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.26 |
| HSL | 202.93º | 0.71% | 0.43% | - |
| HSV(B) | 202.93º | 0.83% | 0.74% | - |
| XYZ | 17.63 | 19.68 | 51.01 | - |
| YUV | 106.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 189 | 0.83 | 0.32 | 0 | 0.26 | 202.93 | 0.71 | 0.43 |
| Hex | 20 | 81 | BD | 53 | 20 | 0 | 1A | CB | 47 | 2B |
| Octal | 40 | 201 | 275 | 123 | 40 | 0 | 32 | 313 | 107 | 53 |
| Binary | 100000 | 10000001 | 10111101 | 1010011 | 100000 | 0 | 11010 | 11001011 | 1000111 | 101011 |
Color Harmonies of #2081BD
Complementary color
Monochromatic Colors of #2081BD
Black with #2081BD
Text Example
Text Example
White with #2081BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081BD; }
p { color: rgb(32,129,189); }
H1.HeaderClassName
{
color: #2081BD;
}
.AnyTagClassName
{
color: #2081BD;
}
</style>
background-color css
<style>
a { background-color: #2081BD; }
a { background-color: rgb(32,129,189); }
div.DivClassName
{
background-color: #2081BD;
}
.BgClassName
{
background-color: #2081BD;
}
</style>
border-color css
<style>
span { border-color: #2081BD; }
span { border-color: rgb(32,129,189); }
td.TdClassName
{
border-color: #2081BD;
}
.TagClassName
{
border-color: #2081BD;
}
</style>