Shades of Curious Blue #2080BD
Tints of Curious Blue #2080BD
RGB
CMYK
RGB Variations
Color information
#2080BD (or 0x2080BD) is known color: Curious Blue. HEX triplet: 20, 80 and BD. RGB value is (32,128,189). Sum of RGB (Red+Green+Blue) = 32+128+189=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #2080BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080BD is #DF7F42. Grayscale: #696969. Windows color (decimal): -14647107 or 12419104. OLE color: 12419104.
HSL color Cylindrical-coordinate representation of color #2080BD: hue angle of 203.31º 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 #2080BD is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 128 | 189 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.26 |
| HSL | 203.31º | 0.71% | 0.43% | - |
| HSV(B) | 203.31º | 0.83% | 0.74% | - |
| XYZ | 17.5 | 19.42 | 50.97 | - |
| YUV | 106.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 189 | 0.83 | 0.32 | 0 | 0.26 | 203.31 | 0.71 | 0.43 |
| Hex | 20 | 80 | BD | 53 | 20 | 0 | 1A | CB | 47 | 2B |
| Octal | 40 | 200 | 275 | 123 | 40 | 0 | 32 | 313 | 107 | 53 |
| Binary | 100000 | 10000000 | 10111101 | 1010011 | 100000 | 0 | 11010 | 11001011 | 1000111 | 101011 |
Color Harmonies of #2080BD
Complementary color
Monochromatic Colors of #2080BD
Black with #2080BD
Text Example
Text Example
White with #2080BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080BD; }
p { color: rgb(32,128,189); }
H1.HeaderClassName
{
color: #2080BD;
}
.AnyTagClassName
{
color: #2080BD;
}
</style>
background-color css
<style>
a { background-color: #2080BD; }
a { background-color: rgb(32,128,189); }
div.DivClassName
{
background-color: #2080BD;
}
.BgClassName
{
background-color: #2080BD;
}
</style>
border-color css
<style>
span { border-color: #2080BD; }
span { border-color: rgb(32,128,189); }
td.TdClassName
{
border-color: #2080BD;
}
.TagClassName
{
border-color: #2080BD;
}
</style>