Shades of Curious Blue #2188CA
Tints of Curious Blue #2188CA
RGB
CMYK
RGB Variations
Color information
#2188CA (or 0x2188CA) is known color: Curious Blue. HEX triplet: 21, 88 and CA. RGB value is (33,136,202). Sum of RGB (Red+Green+Blue) = 33+136+202=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #2188CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2188CA is #DE7735. Grayscale: #707070. Windows color (decimal): -14579510 or 13273121. OLE color: 13273121.
HSL color Cylindrical-coordinate representation of color #2188CA: hue angle of 203.43º 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 #2188CA is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 136 | 202 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.21 |
| HSL | 203.43º | 0.72% | 0.46% | - |
| HSV(B) | 203.43º | 0.84% | 0.79% | - |
| XYZ | 20.09 | 22.2 | 59.1 | - |
| YUV | 112.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 202 | 0.84 | 0.33 | 0 | 0.21 | 203.43 | 0.72 | 0.46 |
| Hex | 21 | 88 | CA | 54 | 21 | 0 | 15 | CB | 48 | 2E |
| Octal | 41 | 210 | 312 | 124 | 41 | 0 | 25 | 313 | 110 | 56 |
| Binary | 100001 | 10001000 | 11001010 | 1010100 | 100001 | 0 | 10101 | 11001011 | 1001000 | 101110 |
Color Harmonies of #2188CA
Complementary color
Monochromatic Colors of #2188CA
Black with #2188CA
Text Example
Text Example
White with #2188CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2188CA; }
p { color: rgb(33,136,202); }
H1.HeaderClassName
{
color: #2188CA;
}
.AnyTagClassName
{
color: #2188CA;
}
</style>
background-color css
<style>
a { background-color: #2188CA; }
a { background-color: rgb(33,136,202); }
div.DivClassName
{
background-color: #2188CA;
}
.BgClassName
{
background-color: #2188CA;
}
</style>
border-color css
<style>
span { border-color: #2188CA; }
span { border-color: rgb(33,136,202); }
td.TdClassName
{
border-color: #2188CA;
}
.TagClassName
{
border-color: #2188CA;
}
</style>