Shades of Pelorous #218BC9
Tints of Pelorous #218BC9
RGB
CMYK
RGB Variations
Color information
#218BC9 (or 0x218BC9) is known color: Pelorous. HEX triplet: 21, 8B and C9. RGB value is (33,139,201). Sum of RGB (Red+Green+Blue) = 33+139+201=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #218BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BC9 is #DE7436. Grayscale: #727272. Windows color (decimal): -14578743 or 13208353. OLE color: 13208353.
HSL color Cylindrical-coordinate representation of color #218BC9: hue angle of 202.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218BC9 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 139 | 201 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.21 |
| HSL | 202.14º | 0.72% | 0.46% | - |
| HSV(B) | 202.14º | 0.84% | 0.79% | - |
| XYZ | 20.4 | 23.01 | 58.62 | - |
| YUV | 114.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 201 | 0.84 | 0.31 | 0 | 0.21 | 202.14 | 0.72 | 0.46 |
| Hex | 21 | 8B | C9 | 54 | 1F | 0 | 15 | CA | 48 | 2E |
| Octal | 41 | 213 | 311 | 124 | 37 | 0 | 25 | 312 | 110 | 56 |
| Binary | 100001 | 10001011 | 11001001 | 1010100 | 11111 | 0 | 10101 | 11001010 | 1001000 | 101110 |
Color Harmonies of #218BC9
Complementary color
Monochromatic Colors of #218BC9
Black with #218BC9
Text Example
Text Example
White with #218BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BC9; }
p { color: rgb(33,139,201); }
H1.HeaderClassName
{
color: #218BC9;
}
.AnyTagClassName
{
color: #218BC9;
}
</style>
background-color css
<style>
a { background-color: #218BC9; }
a { background-color: rgb(33,139,201); }
div.DivClassName
{
background-color: #218BC9;
}
.BgClassName
{
background-color: #218BC9;
}
</style>
border-color css
<style>
span { border-color: #218BC9; }
span { border-color: rgb(33,139,201); }
td.TdClassName
{
border-color: #218BC9;
}
.TagClassName
{
border-color: #218BC9;
}
</style>