Shades of Curious Blue #218BCF
Tints of Curious Blue #218BCF
RGB
CMYK
RGB Variations
Color information
#218BCF (or 0x218BCF) is known color: Curious Blue. HEX triplet: 21, 8B and CF. RGB value is (33,139,207). Sum of RGB (Red+Green+Blue) = 33+139+207=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #218BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BCF is #DE7430. Grayscale: #727272. Windows color (decimal): -14578737 or 13601569. OLE color: 13601569.
HSL color Cylindrical-coordinate representation of color #218BCF: hue angle of 203.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218BCF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 139 | 207 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.19 |
| HSL | 203.45º | 0.73% | 0.47% | - |
| HSV(B) | 203.45º | 0.84% | 0.81% | - |
| XYZ | 21.12 | 23.29 | 62.41 | - |
| YUV | 115.06 | 179.88 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 207 | 0.84 | 0.33 | 0 | 0.19 | 203.45 | 0.73 | 0.47 |
| Hex | 21 | 8B | CF | 54 | 21 | 0 | 13 | CB | 48 | 2F |
| Octal | 41 | 213 | 317 | 124 | 41 | 0 | 23 | 313 | 110 | 57 |
| Binary | 100001 | 10001011 | 11001111 | 1010100 | 100001 | 0 | 10011 | 11001011 | 1001000 | 101111 |
Color Harmonies of #218BCF
Complementary color
Monochromatic Colors of #218BCF
Black with #218BCF
Text Example
Text Example
White with #218BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BCF; }
p { color: rgb(33,139,207); }
H1.HeaderClassName
{
color: #218BCF;
}
.AnyTagClassName
{
color: #218BCF;
}
</style>
background-color css
<style>
a { background-color: #218BCF; }
a { background-color: rgb(33,139,207); }
div.DivClassName
{
background-color: #218BCF;
}
.BgClassName
{
background-color: #218BCF;
}
</style>
border-color css
<style>
span { border-color: #218BCF; }
span { border-color: rgb(33,139,207); }
td.TdClassName
{
border-color: #218BCF;
}
.TagClassName
{
border-color: #218BCF;
}
</style>