Shades of Curious Blue #2080BB
Tints of Curious Blue #2080BB
RGB
CMYK
RGB Variations
Color information
#2080BB (or 0x2080BB) is known color: Curious Blue. HEX triplet: 20, 80 and BB. RGB value is (32,128,187). Sum of RGB (Red+Green+Blue) = 32+128+187=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #2080BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080BB is #DF7F44. Grayscale: #696969. Windows color (decimal): -14647109 or 12288032. OLE color: 12288032.
HSL color Cylindrical-coordinate representation of color #2080BB: hue angle of 202.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2080BB is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 128 | 187 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.27 |
| HSL | 202.84º | 0.71% | 0.43% | - |
| HSV(B) | 202.84º | 0.83% | 0.73% | - |
| XYZ | 17.28 | 19.33 | 49.83 | - |
| YUV | 106.02 | 173.7 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 187 | 0.83 | 0.32 | 0 | 0.27 | 202.84 | 0.71 | 0.43 |
| Hex | 20 | 80 | BB | 53 | 20 | 0 | 1B | CB | 47 | 2B |
| Octal | 40 | 200 | 273 | 123 | 40 | 0 | 33 | 313 | 107 | 53 |
| Binary | 100000 | 10000000 | 10111011 | 1010011 | 100000 | 0 | 11011 | 11001011 | 1000111 | 101011 |
Color Harmonies of #2080BB
Complementary color
Monochromatic Colors of #2080BB
Black with #2080BB
Text Example
Text Example
White with #2080BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080BB; }
p { color: rgb(32,128,187); }
H1.HeaderClassName
{
color: #2080BB;
}
.AnyTagClassName
{
color: #2080BB;
}
</style>
background-color css
<style>
a { background-color: #2080BB; }
a { background-color: rgb(32,128,187); }
div.DivClassName
{
background-color: #2080BB;
}
.BgClassName
{
background-color: #2080BB;
}
</style>
border-color css
<style>
span { border-color: #2080BB; }
span { border-color: rgb(32,128,187); }
td.TdClassName
{
border-color: #2080BB;
}
.TagClassName
{
border-color: #2080BB;
}
</style>