Shades of Curious Blue #2085CF
Tints of Curious Blue #2085CF
RGB
CMYK
RGB Variations
Color information
#2085CF (or 0x2085CF) is known color: Curious Blue. HEX triplet: 20, 85 and CF. RGB value is (32,133,207). Sum of RGB (Red+Green+Blue) = 32+133+207=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #2085CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2085CF is #DF7A30. Grayscale: #6E6E6E. Windows color (decimal): -14645809 or 13600032. OLE color: 13600032.
HSL color Cylindrical-coordinate representation of color #2085CF: hue angle of 205.37º 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 #2085CF is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 133 | 207 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.19 |
| HSL | 205.37º | 0.73% | 0.47% | - |
| HSV(B) | 205.37º | 0.85% | 0.81% | - |
| XYZ | 20.25 | 21.59 | 62.13 | - |
| YUV | 111.24 | 182.04 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 207 | 0.85 | 0.36 | 0 | 0.19 | 205.37 | 0.73 | 0.47 |
| Hex | 20 | 85 | CF | 55 | 24 | 0 | 13 | CD | 49 | 2F |
| Octal | 40 | 205 | 317 | 125 | 44 | 0 | 23 | 315 | 111 | 57 |
| Binary | 100000 | 10000101 | 11001111 | 1010101 | 100100 | 0 | 10011 | 11001101 | 1001001 | 101111 |
Color Harmonies of #2085CF
Complementary color
Monochromatic Colors of #2085CF
Black with #2085CF
Text Example
Text Example
White with #2085CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2085CF; }
p { color: rgb(32,133,207); }
H1.HeaderClassName
{
color: #2085CF;
}
.AnyTagClassName
{
color: #2085CF;
}
</style>
background-color css
<style>
a { background-color: #2085CF; }
a { background-color: rgb(32,133,207); }
div.DivClassName
{
background-color: #2085CF;
}
.BgClassName
{
background-color: #2085CF;
}
</style>
border-color css
<style>
span { border-color: #2085CF; }
span { border-color: rgb(32,133,207); }
td.TdClassName
{
border-color: #2085CF;
}
.TagClassName
{
border-color: #2085CF;
}
</style>