Shades of Curious Blue #2080CE
Tints of Curious Blue #2080CE
RGB
CMYK
RGB Variations
Color information
#2080CE (or 0x2080CE) is known color: Curious Blue. HEX triplet: 20, 80 and CE. RGB value is (32,128,206). Sum of RGB (Red+Green+Blue) = 32+128+206=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #2080CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080CE is #DF7F31. Grayscale: #6B6B6B. Windows color (decimal): -14647090 or 13533216. OLE color: 13533216.
HSL color Cylindrical-coordinate representation of color #2080CE: hue angle of 206.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2080CE is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 128 | 206 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.19 |
| HSL | 206.9º | 0.73% | 0.47% | - |
| HSV(B) | 206.9º | 0.84% | 0.81% | - |
| XYZ | 19.46 | 20.2 | 61.27 | - |
| YUV | 108.19 | 183.2 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 206 | 0.84 | 0.38 | 0 | 0.19 | 206.9 | 0.73 | 0.47 |
| Hex | 20 | 80 | CE | 54 | 26 | 0 | 13 | CF | 49 | 2F |
| Octal | 40 | 200 | 316 | 124 | 46 | 0 | 23 | 317 | 111 | 57 |
| Binary | 100000 | 10000000 | 11001110 | 1010100 | 100110 | 0 | 10011 | 11001111 | 1001001 | 101111 |
Color Harmonies of #2080CE
Complementary color
Monochromatic Colors of #2080CE
Black with #2080CE
Text Example
Text Example
White with #2080CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080CE; }
p { color: rgb(32,128,206); }
H1.HeaderClassName
{
color: #2080CE;
}
.AnyTagClassName
{
color: #2080CE;
}
</style>
background-color css
<style>
a { background-color: #2080CE; }
a { background-color: rgb(32,128,206); }
div.DivClassName
{
background-color: #2080CE;
}
.BgClassName
{
background-color: #2080CE;
}
</style>
border-color css
<style>
span { border-color: #2080CE; }
span { border-color: rgb(32,128,206); }
td.TdClassName
{
border-color: #2080CE;
}
.TagClassName
{
border-color: #2080CE;
}
</style>