Shades of Curious Blue #217CBC
Tints of Curious Blue #217CBC
RGB
CMYK
RGB Variations
Color information
#217CBC (or 0x217CBC) is known color: Curious Blue. HEX triplet: 21, 7C and BC. RGB value is (33,124,188). Sum of RGB (Red+Green+Blue) = 33+124+188=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #217CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CBC is #DE8343. Grayscale: #676767. Windows color (decimal): -14582596 or 12352545. OLE color: 12352545.
HSL color Cylindrical-coordinate representation of color #217CBC: hue angle of 204.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217CBC is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 124 | 188 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.26 |
| HSL | 204.77º | 0.7% | 0.43% | - |
| HSV(B) | 204.77º | 0.82% | 0.74% | - |
| XYZ | 16.91 | 18.37 | 50.23 | - |
| YUV | 104.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 188 | 0.82 | 0.34 | 0 | 0.26 | 204.77 | 0.7 | 0.43 |
| Hex | 21 | 7C | BC | 52 | 22 | 0 | 1A | CD | 46 | 2B |
| Octal | 41 | 174 | 274 | 122 | 42 | 0 | 32 | 315 | 106 | 53 |
| Binary | 100001 | 1111100 | 10111100 | 1010010 | 100010 | 0 | 11010 | 11001101 | 1000110 | 101011 |
Color Harmonies of #217CBC
Complementary color
Monochromatic Colors of #217CBC
Black with #217CBC
Text Example
Text Example
White with #217CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CBC; }
p { color: rgb(33,124,188); }
H1.HeaderClassName
{
color: #217CBC;
}
.AnyTagClassName
{
color: #217CBC;
}
</style>
background-color css
<style>
a { background-color: #217CBC; }
a { background-color: rgb(33,124,188); }
div.DivClassName
{
background-color: #217CBC;
}
.BgClassName
{
background-color: #217CBC;
}
</style>
border-color css
<style>
span { border-color: #217CBC; }
span { border-color: rgb(33,124,188); }
td.TdClassName
{
border-color: #217CBC;
}
.TagClassName
{
border-color: #217CBC;
}
</style>