Shades of Curious Blue #2189D5
Tints of Curious Blue #2189D5
RGB
CMYK
RGB Variations
Color information
#2189D5 (or 0x2189D5) is known color: Curious Blue. HEX triplet: 21, 89 and D5. RGB value is (33,137,213). Sum of RGB (Red+Green+Blue) = 33+137+213=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #2189D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189D5 is #DE762A. Grayscale: #727272. Windows color (decimal): -14579243 or 13994273. OLE color: 13994273.
HSL color Cylindrical-coordinate representation of color #2189D5: hue angle of 205.33º 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 #2189D5 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 137 | 213 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.16 |
| HSL | 205.33º | 0.73% | 0.48% | - |
| HSV(B) | 205.33º | 0.85% | 0.84% | - |
| XYZ | 21.58 | 23.02 | 66.26 | - |
| YUV | 114.57 | 183.54 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 213 | 0.85 | 0.36 | 0 | 0.16 | 205.33 | 0.73 | 0.48 |
| Hex | 21 | 89 | D5 | 55 | 24 | 0 | 10 | CD | 49 | 30 |
| Octal | 41 | 211 | 325 | 125 | 44 | 0 | 20 | 315 | 111 | 60 |
| Binary | 100001 | 10001001 | 11010101 | 1010101 | 100100 | 0 | 10000 | 11001101 | 1001001 | 110000 |
Color Harmonies of #2189D5
Complementary color
Monochromatic Colors of #2189D5
Black with #2189D5
Text Example
Text Example
White with #2189D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189D5; }
p { color: rgb(33,137,213); }
H1.HeaderClassName
{
color: #2189D5;
}
.AnyTagClassName
{
color: #2189D5;
}
</style>
background-color css
<style>
a { background-color: #2189D5; }
a { background-color: rgb(33,137,213); }
div.DivClassName
{
background-color: #2189D5;
}
.BgClassName
{
background-color: #2189D5;
}
</style>
border-color css
<style>
span { border-color: #2189D5; }
span { border-color: rgb(33,137,213); }
td.TdClassName
{
border-color: #2189D5;
}
.TagClassName
{
border-color: #2189D5;
}
</style>