Shades of Curious Blue #217FBC
Tints of Curious Blue #217FBC
RGB
CMYK
RGB Variations
Color information
#217FBC (or 0x217FBC) is known color: Curious Blue. HEX triplet: 21, 7F and BC. RGB value is (33,127,188). Sum of RGB (Red+Green+Blue) = 33+127+188=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #217FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FBC is #DE8043. Grayscale: #696969. Windows color (decimal): -14581828 or 12353313. OLE color: 12353313.
HSL color Cylindrical-coordinate representation of color #217FBC: hue angle of 203.61º 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 #217FBC is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 127 | 188 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.26 |
| HSL | 203.61º | 0.7% | 0.43% | - |
| HSV(B) | 203.61º | 0.82% | 0.74% | - |
| XYZ | 17.29 | 19.13 | 50.36 | - |
| YUV | 105.85 | 174.36 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 188 | 0.82 | 0.32 | 0 | 0.26 | 203.61 | 0.7 | 0.43 |
| Hex | 21 | 7F | BC | 52 | 20 | 0 | 1A | CC | 46 | 2B |
| Octal | 41 | 177 | 274 | 122 | 40 | 0 | 32 | 314 | 106 | 53 |
| Binary | 100001 | 1111111 | 10111100 | 1010010 | 100000 | 0 | 11010 | 11001100 | 1000110 | 101011 |
Color Harmonies of #217FBC
Complementary color
Monochromatic Colors of #217FBC
Black with #217FBC
Text Example
Text Example
White with #217FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FBC; }
p { color: rgb(33,127,188); }
H1.HeaderClassName
{
color: #217FBC;
}
.AnyTagClassName
{
color: #217FBC;
}
</style>
background-color css
<style>
a { background-color: #217FBC; }
a { background-color: rgb(33,127,188); }
div.DivClassName
{
background-color: #217FBC;
}
.BgClassName
{
background-color: #217FBC;
}
</style>
border-color css
<style>
span { border-color: #217FBC; }
span { border-color: rgb(33,127,188); }
td.TdClassName
{
border-color: #217FBC;
}
.TagClassName
{
border-color: #217FBC;
}
</style>