Shades of Curious Blue #2187D6
Tints of Curious Blue #2187D6
RGB
CMYK
RGB Variations
Color information
#2187D6 (or 0x2187D6) is known color: Curious Blue. HEX triplet: 21, 87 and D6. RGB value is (33,135,214). Sum of RGB (Red+Green+Blue) = 33+135+214=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #2187D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2187D6 is #DE7829. Grayscale: #717171. Windows color (decimal): -14579754 or 14059297. OLE color: 14059297.
HSL color Cylindrical-coordinate representation of color #2187D6: hue angle of 206.19º 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 #2187D6 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 135 | 214 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.16 |
| HSL | 206.19º | 0.73% | 0.48% | - |
| HSV(B) | 206.19º | 0.85% | 0.84% | - |
| XYZ | 21.43 | 22.51 | 66.83 | - |
| YUV | 113.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 214 | 0.85 | 0.37 | 0 | 0.16 | 206.19 | 0.73 | 0.48 |
| Hex | 21 | 87 | D6 | 55 | 25 | 0 | 10 | CE | 49 | 30 |
| Octal | 41 | 207 | 326 | 125 | 45 | 0 | 20 | 316 | 111 | 60 |
| Binary | 100001 | 10000111 | 11010110 | 1010101 | 100101 | 0 | 10000 | 11001110 | 1001001 | 110000 |
Color Harmonies of #2187D6
Complementary color
Monochromatic Colors of #2187D6
Black with #2187D6
Text Example
Text Example
White with #2187D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2187D6; }
p { color: rgb(33,135,214); }
H1.HeaderClassName
{
color: #2187D6;
}
.AnyTagClassName
{
color: #2187D6;
}
</style>
background-color css
<style>
a { background-color: #2187D6; }
a { background-color: rgb(33,135,214); }
div.DivClassName
{
background-color: #2187D6;
}
.BgClassName
{
background-color: #2187D6;
}
</style>
border-color css
<style>
span { border-color: #2187D6; }
span { border-color: rgb(33,135,214); }
td.TdClassName
{
border-color: #2187D6;
}
.TagClassName
{
border-color: #2187D6;
}
</style>