Shades of Curious Blue #2180D6
Tints of Curious Blue #2180D6
RGB
CMYK
RGB Variations
Color information
#2180D6 (or 0x2180D6) is known color: Curious Blue. HEX triplet: 21, 80 and D6. RGB value is (33,128,214). Sum of RGB (Red+Green+Blue) = 33+128+214=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #2180D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180D6 is #DE7F29. Grayscale: #6C6C6C. Windows color (decimal): -14581546 or 14057505. OLE color: 14057505.
HSL color Cylindrical-coordinate representation of color #2180D6: hue angle of 208.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2180D6 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 128 | 214 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.16 |
| HSL | 208.51º | 0.73% | 0.48% | - |
| HSV(B) | 208.51º | 0.85% | 0.84% | - |
| XYZ | 20.48 | 20.62 | 66.52 | - |
| YUV | 109.4 | 187.03 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 214 | 0.85 | 0.40 | 0 | 0.16 | 208.51 | 0.73 | 0.48 |
| Hex | 21 | 80 | D6 | 55 | 28 | 0 | 10 | D1 | 49 | 30 |
| Octal | 41 | 200 | 326 | 125 | 50 | 0 | 20 | 321 | 111 | 60 |
| Binary | 100001 | 10000000 | 11010110 | 1010101 | 101000 | 0 | 10000 | 11010001 | 1001001 | 110000 |
Color Harmonies of #2180D6
Complementary color
Monochromatic Colors of #2180D6
Black with #2180D6
Text Example
Text Example
White with #2180D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2180D6; }
p { color: rgb(33,128,214); }
H1.HeaderClassName
{
color: #2180D6;
}
.AnyTagClassName
{
color: #2180D6;
}
</style>
background-color css
<style>
a { background-color: #2180D6; }
a { background-color: rgb(33,128,214); }
div.DivClassName
{
background-color: #2180D6;
}
.BgClassName
{
background-color: #2180D6;
}
</style>
border-color css
<style>
span { border-color: #2180D6; }
span { border-color: rgb(33,128,214); }
td.TdClassName
{
border-color: #2180D6;
}
.TagClassName
{
border-color: #2180D6;
}
</style>