Shades of Curious Blue #2188C9
Tints of Curious Blue #2188C9
RGB
CMYK
RGB Variations
Color information
#2188C9 (or 0x2188C9) is known color: Curious Blue. HEX triplet: 21, 88 and C9. RGB value is (33,136,201). Sum of RGB (Red+Green+Blue) = 33+136+201=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #2188C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2188C9 is #DE7736. Grayscale: #707070. Windows color (decimal): -14579511 or 13207585. OLE color: 13207585.
HSL color Cylindrical-coordinate representation of color #2188C9: hue angle of 203.21º 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 #2188C9 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 136 | 201 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.21 |
| HSL | 203.21º | 0.72% | 0.46% | - |
| HSV(B) | 203.21º | 0.84% | 0.79% | - |
| XYZ | 19.97 | 22.15 | 58.48 | - |
| YUV | 112.61 | 177.88 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 201 | 0.84 | 0.32 | 0 | 0.21 | 203.21 | 0.72 | 0.46 |
| Hex | 21 | 88 | C9 | 54 | 20 | 0 | 15 | CB | 48 | 2E |
| Octal | 41 | 210 | 311 | 124 | 40 | 0 | 25 | 313 | 110 | 56 |
| Binary | 100001 | 10001000 | 11001001 | 1010100 | 100000 | 0 | 10101 | 11001011 | 1001000 | 101110 |
Color Harmonies of #2188C9
Complementary color
Monochromatic Colors of #2188C9
Black with #2188C9
Text Example
Text Example
White with #2188C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2188C9; }
p { color: rgb(33,136,201); }
H1.HeaderClassName
{
color: #2188C9;
}
.AnyTagClassName
{
color: #2188C9;
}
</style>
background-color css
<style>
a { background-color: #2188C9; }
a { background-color: rgb(33,136,201); }
div.DivClassName
{
background-color: #2188C9;
}
.BgClassName
{
background-color: #2188C9;
}
</style>
border-color css
<style>
span { border-color: #2188C9; }
span { border-color: rgb(33,136,201); }
td.TdClassName
{
border-color: #2188C9;
}
.TagClassName
{
border-color: #2188C9;
}
</style>