Shades of Curious Blue #2186CC
Tints of Curious Blue #2186CC
RGB
CMYK
RGB Variations
Color information
#2186CC (or 0x2186CC) is known color: Curious Blue. HEX triplet: 21, 86 and CC. RGB value is (33,134,204). Sum of RGB (Red+Green+Blue) = 33+134+204=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #2186CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186CC is #DE7933. Grayscale: #6F6F6F. Windows color (decimal): -14580020 or 13403681. OLE color: 13403681.
HSL color Cylindrical-coordinate representation of color #2186CC: hue angle of 204.56º 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 #2186CC is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 134 | 204 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.2 |
| HSL | 204.56º | 0.72% | 0.46% | - |
| HSV(B) | 204.56º | 0.84% | 0.8% | - |
| XYZ | 20.05 | 21.73 | 60.26 | - |
| YUV | 111.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 204 | 0.84 | 0.34 | 0 | 0.2 | 204.56 | 0.72 | 0.46 |
| Hex | 21 | 86 | CC | 54 | 22 | 0 | 14 | CD | 48 | 2E |
| Octal | 41 | 206 | 314 | 124 | 42 | 0 | 24 | 315 | 110 | 56 |
| Binary | 100001 | 10000110 | 11001100 | 1010100 | 100010 | 0 | 10100 | 11001101 | 1001000 | 101110 |
Color Harmonies of #2186CC
Complementary color
Monochromatic Colors of #2186CC
Black with #2186CC
Text Example
Text Example
White with #2186CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2186CC; }
p { color: rgb(33,134,204); }
H1.HeaderClassName
{
color: #2186CC;
}
.AnyTagClassName
{
color: #2186CC;
}
</style>
background-color css
<style>
a { background-color: #2186CC; }
a { background-color: rgb(33,134,204); }
div.DivClassName
{
background-color: #2186CC;
}
.BgClassName
{
background-color: #2186CC;
}
</style>
border-color css
<style>
span { border-color: #2186CC; }
span { border-color: rgb(33,134,204); }
td.TdClassName
{
border-color: #2186CC;
}
.TagClassName
{
border-color: #2186CC;
}
</style>