Shades of Curious Blue #2082CD
Tints of Curious Blue #2082CD
RGB
CMYK
RGB Variations
Color information
#2082CD (or 0x2082CD) is known color: Curious Blue. HEX triplet: 20, 82 and CD. RGB value is (32,130,205). Sum of RGB (Red+Green+Blue) = 32+130+205=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #2082CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2082CD is #DF7D32. Grayscale: #6C6C6C. Windows color (decimal): -14646579 or 13468192. OLE color: 13468192.
HSL color Cylindrical-coordinate representation of color #2082CD: hue angle of 206.01º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2082CD is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 130 | 205 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.20 |
| HSL | 206.01º | 0.73% | 0.46% | - |
| HSV(B) | 206.01º | 0.84% | 0.8% | - |
| XYZ | 19.6 | 20.68 | 60.72 | - |
| YUV | 109.25 | 182.03 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 205 | 0.84 | 0.37 | 0 | 0.20 | 206.01 | 0.73 | 0.46 |
| Hex | 20 | 82 | CD | 54 | 25 | 0 | 14 | CE | 49 | 2E |
| Octal | 40 | 202 | 315 | 124 | 45 | 0 | 24 | 316 | 111 | 56 |
| Binary | 100000 | 10000010 | 11001101 | 1010100 | 100101 | 0 | 10100 | 11001110 | 1001001 | 101110 |
Color Harmonies of #2082CD
Complementary color
Monochromatic Colors of #2082CD
Black with #2082CD
Text Example
Text Example
White with #2082CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2082CD; }
p { color: rgb(32,130,205); }
H1.HeaderClassName
{
color: #2082CD;
}
.AnyTagClassName
{
color: #2082CD;
}
</style>
background-color css
<style>
a { background-color: #2082CD; }
a { background-color: rgb(32,130,205); }
div.DivClassName
{
background-color: #2082CD;
}
.BgClassName
{
background-color: #2082CD;
}
</style>
border-color css
<style>
span { border-color: #2082CD; }
span { border-color: rgb(32,130,205); }
td.TdClassName
{
border-color: #2082CD;
}
.TagClassName
{
border-color: #2082CD;
}
</style>