Shades of Curious Blue #2185C8
Tints of Curious Blue #2185C8
RGB
CMYK
RGB Variations
Color information
#2185C8 (or 0x2185C8) is known color: Curious Blue. HEX triplet: 21, 85 and C8. RGB value is (33,133,200). Sum of RGB (Red+Green+Blue) = 33+133+200=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #2185C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185C8 is #DE7A37. Grayscale: #6E6E6E. Windows color (decimal): -14580280 or 13141281. OLE color: 13141281.
HSL color Cylindrical-coordinate representation of color #2185C8: hue angle of 204.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2185C8 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 133 | 200 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.22 |
| HSL | 204.07º | 0.72% | 0.46% | - |
| HSV(B) | 204.07º | 0.84% | 0.78% | - |
| XYZ | 19.44 | 21.27 | 57.72 | - |
| YUV | 110.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 200 | 0.84 | 0.34 | 0 | 0.22 | 204.07 | 0.72 | 0.46 |
| Hex | 21 | 85 | C8 | 54 | 22 | 0 | 16 | CC | 48 | 2E |
| Octal | 41 | 205 | 310 | 124 | 42 | 0 | 26 | 314 | 110 | 56 |
| Binary | 100001 | 10000101 | 11001000 | 1010100 | 100010 | 0 | 10110 | 11001100 | 1001000 | 101110 |
Color Harmonies of #2185C8
Complementary color
Monochromatic Colors of #2185C8
Black with #2185C8
Text Example
Text Example
White with #2185C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185C8; }
p { color: rgb(33,133,200); }
H1.HeaderClassName
{
color: #2185C8;
}
.AnyTagClassName
{
color: #2185C8;
}
</style>
background-color css
<style>
a { background-color: #2185C8; }
a { background-color: rgb(33,133,200); }
div.DivClassName
{
background-color: #2185C8;
}
.BgClassName
{
background-color: #2185C8;
}
</style>
border-color css
<style>
span { border-color: #2185C8; }
span { border-color: rgb(33,133,200); }
td.TdClassName
{
border-color: #2185C8;
}
.TagClassName
{
border-color: #2185C8;
}
</style>