Shades of Curious Blue #2185CC
Tints of Curious Blue #2185CC
RGB
CMYK
RGB Variations
Color information
#2185CC (or 0x2185CC) is known color: Curious Blue. HEX triplet: 21, 85 and CC. RGB value is (33,133,204). Sum of RGB (Red+Green+Blue) = 33+133+204=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #2185CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185CC is #DE7A33. Grayscale: #6E6E6E. Windows color (decimal): -14580276 or 13403425. OLE color: 13403425.
HSL color Cylindrical-coordinate representation of color #2185CC: hue angle of 204.91º 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 #2185CC is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 133 | 204 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.2 |
| HSL | 204.91º | 0.72% | 0.46% | - |
| HSV(B) | 204.91º | 0.84% | 0.8% | - |
| XYZ | 19.91 | 21.46 | 60.22 | - |
| YUV | 111.19 | 180.37 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 204 | 0.84 | 0.35 | 0 | 0.2 | 204.91 | 0.72 | 0.46 |
| Hex | 21 | 85 | CC | 54 | 23 | 0 | 14 | CD | 48 | 2E |
| Octal | 41 | 205 | 314 | 124 | 43 | 0 | 24 | 315 | 110 | 56 |
| Binary | 100001 | 10000101 | 11001100 | 1010100 | 100011 | 0 | 10100 | 11001101 | 1001000 | 101110 |
Color Harmonies of #2185CC
Complementary color
Monochromatic Colors of #2185CC
Black with #2185CC
Text Example
Text Example
White with #2185CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185CC; }
p { color: rgb(33,133,204); }
H1.HeaderClassName
{
color: #2185CC;
}
.AnyTagClassName
{
color: #2185CC;
}
</style>
background-color css
<style>
a { background-color: #2185CC; }
a { background-color: rgb(33,133,204); }
div.DivClassName
{
background-color: #2185CC;
}
.BgClassName
{
background-color: #2185CC;
}
</style>
border-color css
<style>
span { border-color: #2185CC; }
span { border-color: rgb(33,133,204); }
td.TdClassName
{
border-color: #2185CC;
}
.TagClassName
{
border-color: #2185CC;
}
</style>