Shades of Curious Blue #2187D1
Tints of Curious Blue #2187D1
RGB
CMYK
RGB Variations
Color information
#2187D1 (or 0x2187D1) is known color: Curious Blue. HEX triplet: 21, 87 and D1. RGB value is (33,135,209). Sum of RGB (Red+Green+Blue) = 33+135+209=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #2187D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2187D1 is #DE782E. Grayscale: #707070. Windows color (decimal): -14579759 or 13731617. OLE color: 13731617.
HSL color Cylindrical-coordinate representation of color #2187D1: hue angle of 205.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2187D1 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 135 | 209 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.18 |
| HSL | 205.23º | 0.73% | 0.47% | - |
| HSV(B) | 205.23º | 0.84% | 0.82% | - |
| XYZ | 20.8 | 22.25 | 63.52 | - |
| YUV | 112.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 209 | 0.84 | 0.35 | 0 | 0.18 | 205.23 | 0.73 | 0.47 |
| Hex | 21 | 87 | D1 | 54 | 23 | 0 | 12 | CD | 49 | 2F |
| Octal | 41 | 207 | 321 | 124 | 43 | 0 | 22 | 315 | 111 | 57 |
| Binary | 100001 | 10000111 | 11010001 | 1010100 | 100011 | 0 | 10010 | 11001101 | 1001001 | 101111 |
Color Harmonies of #2187D1
Complementary color
Monochromatic Colors of #2187D1
Black with #2187D1
Text Example
Text Example
White with #2187D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2187D1; }
p { color: rgb(33,135,209); }
H1.HeaderClassName
{
color: #2187D1;
}
.AnyTagClassName
{
color: #2187D1;
}
</style>
background-color css
<style>
a { background-color: #2187D1; }
a { background-color: rgb(33,135,209); }
div.DivClassName
{
background-color: #2187D1;
}
.BgClassName
{
background-color: #2187D1;
}
</style>
border-color css
<style>
span { border-color: #2187D1; }
span { border-color: rgb(33,135,209); }
td.TdClassName
{
border-color: #2187D1;
}
.TagClassName
{
border-color: #2187D1;
}
</style>