Shades of Curious Blue #2185C6
Tints of Curious Blue #2185C6
RGB
CMYK
RGB Variations
Color information
#2185C6 (or 0x2185C6) is known color: Curious Blue. HEX triplet: 21, 85 and C6. RGB value is (33,133,198). Sum of RGB (Red+Green+Blue) = 33+133+198=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #2185C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185C6 is #DE7A39. Grayscale: #6E6E6E. Windows color (decimal): -14580282 or 13010209. OLE color: 13010209.
HSL color Cylindrical-coordinate representation of color #2185C6: hue angle of 203.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2185C6 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 133 | 198 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.22 |
| HSL | 203.64º | 0.71% | 0.45% | - |
| HSV(B) | 203.64º | 0.83% | 0.78% | - |
| XYZ | 19.21 | 21.18 | 56.5 | - |
| YUV | 110.51 | 177.37 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 198 | 0.83 | 0.33 | 0 | 0.22 | 203.64 | 0.71 | 0.45 |
| Hex | 21 | 85 | C6 | 53 | 21 | 0 | 16 | CC | 47 | 2D |
| Octal | 41 | 205 | 306 | 123 | 41 | 0 | 26 | 314 | 107 | 55 |
| Binary | 100001 | 10000101 | 11000110 | 1010011 | 100001 | 0 | 10110 | 11001100 | 1000111 | 101101 |
Color Harmonies of #2185C6
Complementary color
Monochromatic Colors of #2185C6
Black with #2185C6
Text Example
Text Example
White with #2185C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185C6; }
p { color: rgb(33,133,198); }
H1.HeaderClassName
{
color: #2185C6;
}
.AnyTagClassName
{
color: #2185C6;
}
</style>
background-color css
<style>
a { background-color: #2185C6; }
a { background-color: rgb(33,133,198); }
div.DivClassName
{
background-color: #2185C6;
}
.BgClassName
{
background-color: #2185C6;
}
</style>
border-color css
<style>
span { border-color: #2185C6; }
span { border-color: rgb(33,133,198); }
td.TdClassName
{
border-color: #2185C6;
}
.TagClassName
{
border-color: #2185C6;
}
</style>