Shades of Curious Blue #217BBB
Tints of Curious Blue #217BBB
RGB
CMYK
RGB Variations
Color information
#217BBB (or 0x217BBB) is known color: Curious Blue. HEX triplet: 21, 7B and BB. RGB value is (33,123,187). Sum of RGB (Red+Green+Blue) = 33+123+187=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #217BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BBB is #DE8444. Grayscale: #676767. Windows color (decimal): -14582853 or 12286753. OLE color: 12286753.
HSL color Cylindrical-coordinate representation of color #217BBB: hue angle of 204.94º 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 #217BBB is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 123 | 187 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.27 |
| HSL | 204.94º | 0.7% | 0.43% | - |
| HSV(B) | 204.94º | 0.82% | 0.73% | - |
| XYZ | 16.68 | 18.08 | 49.62 | - |
| YUV | 103.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 187 | 0.82 | 0.34 | 0 | 0.27 | 204.94 | 0.7 | 0.43 |
| Hex | 21 | 7B | BB | 52 | 22 | 0 | 1B | CD | 46 | 2B |
| Octal | 41 | 173 | 273 | 122 | 42 | 0 | 33 | 315 | 106 | 53 |
| Binary | 100001 | 1111011 | 10111011 | 1010010 | 100010 | 0 | 11011 | 11001101 | 1000110 | 101011 |
Color Harmonies of #217BBB
Complementary color
Monochromatic Colors of #217BBB
Black with #217BBB
Text Example
Text Example
White with #217BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BBB; }
p { color: rgb(33,123,187); }
H1.HeaderClassName
{
color: #217BBB;
}
.AnyTagClassName
{
color: #217BBB;
}
</style>
background-color css
<style>
a { background-color: #217BBB; }
a { background-color: rgb(33,123,187); }
div.DivClassName
{
background-color: #217BBB;
}
.BgClassName
{
background-color: #217BBB;
}
</style>
border-color css
<style>
span { border-color: #217BBB; }
span { border-color: rgb(33,123,187); }
td.TdClassName
{
border-color: #217BBB;
}
.TagClassName
{
border-color: #217BBB;
}
</style>