Shades of Curious Blue #217CBB
Tints of Curious Blue #217CBB
RGB
CMYK
RGB Variations
Color information
#217CBB (or 0x217CBB) is known color: Curious Blue. HEX triplet: 21, 7C and BB. RGB value is (33,124,187). Sum of RGB (Red+Green+Blue) = 33+124+187=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #217CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CBB is #DE8344. Grayscale: #676767. Windows color (decimal): -14582597 or 12287009. OLE color: 12287009.
HSL color Cylindrical-coordinate representation of color #217CBB: hue angle of 204.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217CBB is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 124 | 187 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.27 |
| HSL | 204.55º | 0.7% | 0.43% | - |
| HSV(B) | 204.55º | 0.82% | 0.73% | - |
| XYZ | 16.8 | 18.33 | 49.67 | - |
| YUV | 103.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 187 | 0.82 | 0.34 | 0 | 0.27 | 204.55 | 0.7 | 0.43 |
| Hex | 21 | 7C | BB | 52 | 22 | 0 | 1B | CD | 46 | 2B |
| Octal | 41 | 174 | 273 | 122 | 42 | 0 | 33 | 315 | 106 | 53 |
| Binary | 100001 | 1111100 | 10111011 | 1010010 | 100010 | 0 | 11011 | 11001101 | 1000110 | 101011 |
Color Harmonies of #217CBB
Complementary color
Monochromatic Colors of #217CBB
Black with #217CBB
Text Example
Text Example
White with #217CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CBB; }
p { color: rgb(33,124,187); }
H1.HeaderClassName
{
color: #217CBB;
}
.AnyTagClassName
{
color: #217CBB;
}
</style>
background-color css
<style>
a { background-color: #217CBB; }
a { background-color: rgb(33,124,187); }
div.DivClassName
{
background-color: #217CBB;
}
.BgClassName
{
background-color: #217CBB;
}
</style>
border-color css
<style>
span { border-color: #217CBB; }
span { border-color: rgb(33,124,187); }
td.TdClassName
{
border-color: #217CBB;
}
.TagClassName
{
border-color: #217CBB;
}
</style>