Shades of Curious Blue #2182C7
Tints of Curious Blue #2182C7
RGB
CMYK
RGB Variations
Color information
#2182C7 (or 0x2182C7) is known color: Curious Blue. HEX triplet: 21, 82 and C7. RGB value is (33,130,199). Sum of RGB (Red+Green+Blue) = 33+130+199=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 199 (78.12% from 255 or 54.97% from 362); Max value from RGB is 199 - color contains mainly: blue. Hex color #2182C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2182C7 is #DE7D38. Grayscale: #6C6C6C. Windows color (decimal): -14581049 or 13074977. OLE color: 13074977.
HSL color Cylindrical-coordinate representation of color #2182C7: hue angle of 204.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2182C7 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 130 | 199 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.22 |
| HSL | 204.94º | 0.72% | 0.45% | - |
| HSV(B) | 204.94º | 0.83% | 0.78% | - |
| XYZ | 18.92 | 20.41 | 56.98 | - |
| YUV | 108.86 | 178.86 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 199 | 0.83 | 0.35 | 0 | 0.22 | 204.94 | 0.72 | 0.45 |
| Hex | 21 | 82 | C7 | 53 | 23 | 0 | 16 | CD | 48 | 2D |
| Octal | 41 | 202 | 307 | 123 | 43 | 0 | 26 | 315 | 110 | 55 |
| Binary | 100001 | 10000010 | 11000111 | 1010011 | 100011 | 0 | 10110 | 11001101 | 1001000 | 101101 |
Color Harmonies of #2182C7
Complementary color
Monochromatic Colors of #2182C7
Black with #2182C7
Text Example
Text Example
White with #2182C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182C7; }
p { color: rgb(33,130,199); }
H1.HeaderClassName
{
color: #2182C7;
}
.AnyTagClassName
{
color: #2182C7;
}
</style>
background-color css
<style>
a { background-color: #2182C7; }
a { background-color: rgb(33,130,199); }
div.DivClassName
{
background-color: #2182C7;
}
.BgClassName
{
background-color: #2182C7;
}
</style>
border-color css
<style>
span { border-color: #2182C7; }
span { border-color: rgb(33,130,199); }
td.TdClassName
{
border-color: #2182C7;
}
.TagClassName
{
border-color: #2182C7;
}
</style>