Shades of Curious Blue #2180B5
Tints of Curious Blue #2180B5
RGB
CMYK
RGB Variations
Color information
#2180B5 (or 0x2180B5) is known color: Curious Blue. HEX triplet: 21, 80 and B5. RGB value is (33,128,181). Sum of RGB (Red+Green+Blue) = 33+128+181=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #2180B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180B5 is #DE7F4A. Grayscale: #696969. Windows color (decimal): -14581579 or 11894817. OLE color: 11894817.
HSL color Cylindrical-coordinate representation of color #2180B5: hue angle of 201.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2180B5 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 128 | 181 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.29 |
| HSL | 201.49º | 0.69% | 0.42% | - |
| HSV(B) | 201.49º | 0.82% | 0.71% | - |
| XYZ | 16.69 | 19.1 | 46.52 | - |
| YUV | 105.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 181 | 0.82 | 0.29 | 0 | 0.29 | 201.49 | 0.69 | 0.42 |
| Hex | 21 | 80 | B5 | 52 | 1D | 0 | 1D | C9 | 45 | 2A |
| Octal | 41 | 200 | 265 | 122 | 35 | 0 | 35 | 311 | 105 | 52 |
| Binary | 100001 | 10000000 | 10110101 | 1010010 | 11101 | 0 | 11101 | 11001001 | 1000101 | 101010 |
Color Harmonies of #2180B5
Complementary color
Monochromatic Colors of #2180B5
Black with #2180B5
Text Example
Text Example
White with #2180B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2180B5; }
p { color: rgb(33,128,181); }
H1.HeaderClassName
{
color: #2180B5;
}
.AnyTagClassName
{
color: #2180B5;
}
</style>
background-color css
<style>
a { background-color: #2180B5; }
a { background-color: rgb(33,128,181); }
div.DivClassName
{
background-color: #2180B5;
}
.BgClassName
{
background-color: #2180B5;
}
</style>
border-color css
<style>
span { border-color: #2180B5; }
span { border-color: rgb(33,128,181); }
td.TdClassName
{
border-color: #2180B5;
}
.TagClassName
{
border-color: #2180B5;
}
</style>