Shades of Curious Blue #2080CF
Tints of Curious Blue #2080CF
RGB
CMYK
RGB Variations
Color information
#2080CF (or 0x2080CF) is known color: Curious Blue. HEX triplet: 20, 80 and CF. RGB value is (32,128,207). Sum of RGB (Red+Green+Blue) = 32+128+207=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #2080CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080CF is #DF7F30. Grayscale: #6B6B6B. Windows color (decimal): -14647089 or 13598752. OLE color: 13598752.
HSL color Cylindrical-coordinate representation of color #2080CF: hue angle of 207.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2080CF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 128 | 207 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.19 |
| HSL | 207.09º | 0.73% | 0.47% | - |
| HSV(B) | 207.09º | 0.85% | 0.81% | - |
| XYZ | 19.58 | 20.25 | 61.91 | - |
| YUV | 108.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 207 | 0.85 | 0.38 | 0 | 0.19 | 207.09 | 0.73 | 0.47 |
| Hex | 20 | 80 | CF | 55 | 26 | 0 | 13 | CF | 49 | 2F |
| Octal | 40 | 200 | 317 | 125 | 46 | 0 | 23 | 317 | 111 | 57 |
| Binary | 100000 | 10000000 | 11001111 | 1010101 | 100110 | 0 | 10011 | 11001111 | 1001001 | 101111 |
Color Harmonies of #2080CF
Complementary color
Monochromatic Colors of #2080CF
Black with #2080CF
Text Example
Text Example
White with #2080CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080CF; }
p { color: rgb(32,128,207); }
H1.HeaderClassName
{
color: #2080CF;
}
.AnyTagClassName
{
color: #2080CF;
}
</style>
background-color css
<style>
a { background-color: #2080CF; }
a { background-color: rgb(32,128,207); }
div.DivClassName
{
background-color: #2080CF;
}
.BgClassName
{
background-color: #2080CF;
}
</style>
border-color css
<style>
span { border-color: #2080CF; }
span { border-color: rgb(32,128,207); }
td.TdClassName
{
border-color: #2080CF;
}
.TagClassName
{
border-color: #2080CF;
}
</style>