Shades of Curious Blue #2189CA
Tints of Curious Blue #2189CA
RGB
CMYK
RGB Variations
Color information
#2189CA (or 0x2189CA) is known color: Curious Blue. HEX triplet: 21, 89 and CA. RGB value is (33,137,202). Sum of RGB (Red+Green+Blue) = 33+137+202=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #2189CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189CA is #DE7635. Grayscale: #707070. Windows color (decimal): -14579254 or 13273377. OLE color: 13273377.
HSL color Cylindrical-coordinate representation of color #2189CA: hue angle of 203.08º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2189CA is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 137 | 202 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.21 |
| HSL | 203.08º | 0.72% | 0.46% | - |
| HSV(B) | 203.08º | 0.84% | 0.79% | - |
| XYZ | 20.23 | 22.48 | 59.15 | - |
| YUV | 113.31 | 178.04 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 202 | 0.84 | 0.32 | 0 | 0.21 | 203.08 | 0.72 | 0.46 |
| Hex | 21 | 89 | CA | 54 | 20 | 0 | 15 | CB | 48 | 2E |
| Octal | 41 | 211 | 312 | 124 | 40 | 0 | 25 | 313 | 110 | 56 |
| Binary | 100001 | 10001001 | 11001010 | 1010100 | 100000 | 0 | 10101 | 11001011 | 1001000 | 101110 |
Color Harmonies of #2189CA
Complementary color
Monochromatic Colors of #2189CA
Black with #2189CA
Text Example
Text Example
White with #2189CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189CA; }
p { color: rgb(33,137,202); }
H1.HeaderClassName
{
color: #2189CA;
}
.AnyTagClassName
{
color: #2189CA;
}
</style>
background-color css
<style>
a { background-color: #2189CA; }
a { background-color: rgb(33,137,202); }
div.DivClassName
{
background-color: #2189CA;
}
.BgClassName
{
background-color: #2189CA;
}
</style>
border-color css
<style>
span { border-color: #2189CA; }
span { border-color: rgb(33,137,202); }
td.TdClassName
{
border-color: #2189CA;
}
.TagClassName
{
border-color: #2189CA;
}
</style>