Shades of Curious Blue #2083BE
Tints of Curious Blue #2083BE
RGB
CMYK
RGB Variations
Color information
#2083BE (or 0x2083BE) is known color: Curious Blue. HEX triplet: 20, 83 and BE. RGB value is (32,131,190). Sum of RGB (Red+Green+Blue) = 32+131+190=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #2083BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083BE is #DF7C41. Grayscale: #6B6B6B. Windows color (decimal): -14646338 or 12485408. OLE color: 12485408.
HSL color Cylindrical-coordinate representation of color #2083BE: hue angle of 202.41º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2083BE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 131 | 190 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.25 |
| HSL | 202.41º | 0.71% | 0.44% | - |
| HSV(B) | 202.41º | 0.83% | 0.75% | - |
| XYZ | 18.01 | 20.26 | 51.68 | - |
| YUV | 108.13 | 174.2 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 190 | 0.83 | 0.31 | 0 | 0.25 | 202.41 | 0.71 | 0.44 |
| Hex | 20 | 83 | BE | 53 | 1F | 0 | 19 | CA | 47 | 2C |
| Octal | 40 | 203 | 276 | 123 | 37 | 0 | 31 | 312 | 107 | 54 |
| Binary | 100000 | 10000011 | 10111110 | 1010011 | 11111 | 0 | 11001 | 11001010 | 1000111 | 101100 |
Color Harmonies of #2083BE
Complementary color
Monochromatic Colors of #2083BE
Black with #2083BE
Text Example
Text Example
White with #2083BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2083BE; }
p { color: rgb(32,131,190); }
H1.HeaderClassName
{
color: #2083BE;
}
.AnyTagClassName
{
color: #2083BE;
}
</style>
background-color css
<style>
a { background-color: #2083BE; }
a { background-color: rgb(32,131,190); }
div.DivClassName
{
background-color: #2083BE;
}
.BgClassName
{
background-color: #2083BE;
}
</style>
border-color css
<style>
span { border-color: #2083BE; }
span { border-color: rgb(32,131,190); }
td.TdClassName
{
border-color: #2083BE;
}
.TagClassName
{
border-color: #2083BE;
}
</style>