Shades of Curious Blue #2186CB
Tints of Curious Blue #2186CB
RGB
CMYK
RGB Variations
Color information
#2186CB (or 0x2186CB) is known color: Curious Blue. HEX triplet: 21, 86 and CB. RGB value is (33,134,203). Sum of RGB (Red+Green+Blue) = 33+134+203=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #2186CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186CB is #DE7934. Grayscale: #6F6F6F. Windows color (decimal): -14580021 or 13338145. OLE color: 13338145.
HSL color Cylindrical-coordinate representation of color #2186CB: hue angle of 204.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2186CB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 134 | 203 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.20 |
| HSL | 204.35º | 0.72% | 0.46% | - |
| HSV(B) | 204.35º | 0.84% | 0.8% | - |
| XYZ | 19.93 | 21.69 | 59.64 | - |
| YUV | 111.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 203 | 0.84 | 0.34 | 0 | 0.20 | 204.35 | 0.72 | 0.46 |
| Hex | 21 | 86 | CB | 54 | 22 | 0 | 14 | CC | 48 | 2E |
| Octal | 41 | 206 | 313 | 124 | 42 | 0 | 24 | 314 | 110 | 56 |
| Binary | 100001 | 10000110 | 11001011 | 1010100 | 100010 | 0 | 10100 | 11001100 | 1001000 | 101110 |
Color Harmonies of #2186CB
Complementary color
Monochromatic Colors of #2186CB
Black with #2186CB
Text Example
Text Example
White with #2186CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2186CB; }
p { color: rgb(33,134,203); }
H1.HeaderClassName
{
color: #2186CB;
}
.AnyTagClassName
{
color: #2186CB;
}
</style>
background-color css
<style>
a { background-color: #2186CB; }
a { background-color: rgb(33,134,203); }
div.DivClassName
{
background-color: #2186CB;
}
.BgClassName
{
background-color: #2186CB;
}
</style>
border-color css
<style>
span { border-color: #2186CB; }
span { border-color: rgb(33,134,203); }
td.TdClassName
{
border-color: #2186CB;
}
.TagClassName
{
border-color: #2186CB;
}
</style>