Shades of Curious Blue #2186D6
Tints of Curious Blue #2186D6
RGB
CMYK
RGB Variations
Color information
#2186D6 (or 0x2186D6) is known color: Curious Blue. HEX triplet: 21, 86 and D6. RGB value is (33,134,214). Sum of RGB (Red+Green+Blue) = 33+134+214=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #2186D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186D6 is #DE7929. Grayscale: #707070. Windows color (decimal): -14580010 or 14059041. OLE color: 14059041.
HSL color Cylindrical-coordinate representation of color #2186D6: hue angle of 206.52º 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 #2186D6 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 134 | 214 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.16 |
| HSL | 206.52º | 0.73% | 0.48% | - |
| HSV(B) | 206.52º | 0.85% | 0.84% | - |
| XYZ | 21.29 | 22.23 | 66.79 | - |
| YUV | 112.92 | 185.04 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 214 | 0.85 | 0.37 | 0 | 0.16 | 206.52 | 0.73 | 0.48 |
| Hex | 21 | 86 | D6 | 55 | 25 | 0 | 10 | CF | 49 | 30 |
| Octal | 41 | 206 | 326 | 125 | 45 | 0 | 20 | 317 | 111 | 60 |
| Binary | 100001 | 10000110 | 11010110 | 1010101 | 100101 | 0 | 10000 | 11001111 | 1001001 | 110000 |
Color Harmonies of #2186D6
Complementary color
Monochromatic Colors of #2186D6
Black with #2186D6
Text Example
Text Example
White with #2186D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2186D6; }
p { color: rgb(33,134,214); }
H1.HeaderClassName
{
color: #2186D6;
}
.AnyTagClassName
{
color: #2186D6;
}
</style>
background-color css
<style>
a { background-color: #2186D6; }
a { background-color: rgb(33,134,214); }
div.DivClassName
{
background-color: #2186D6;
}
.BgClassName
{
background-color: #2186D6;
}
</style>
border-color css
<style>
span { border-color: #2186D6; }
span { border-color: rgb(33,134,214); }
td.TdClassName
{
border-color: #2186D6;
}
.TagClassName
{
border-color: #2186D6;
}
</style>