Shades of Pelorous #218EC0
Tints of Pelorous #218EC0
RGB
CMYK
RGB Variations
Color information
#218EC0 (or 0x218EC0) is known color: Pelorous. HEX triplet: 21, 8E and C0. RGB value is (33,142,192). Sum of RGB (Red+Green+Blue) = 33+142+192=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #218EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EC0 is #DE713F. Grayscale: #727272. Windows color (decimal): -14577984 or 12619297. OLE color: 12619297.
HSL color Cylindrical-coordinate representation of color #218EC0: hue angle of 198.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218EC0 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 142 | 192 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.25 |
| HSL | 198.87º | 0.71% | 0.44% | - |
| HSV(B) | 198.87º | 0.83% | 0.75% | - |
| XYZ | 19.81 | 23.48 | 53.36 | - |
| YUV | 115.11 | 171.39 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 192 | 0.83 | 0.26 | 0 | 0.25 | 198.87 | 0.71 | 0.44 |
| Hex | 21 | 8E | C0 | 53 | 1A | 0 | 19 | C7 | 47 | 2C |
| Octal | 41 | 216 | 300 | 123 | 32 | 0 | 31 | 307 | 107 | 54 |
| Binary | 100001 | 10001110 | 11000000 | 1010011 | 11010 | 0 | 11001 | 11000111 | 1000111 | 101100 |
Color Harmonies of #218EC0
Complementary color
Monochromatic Colors of #218EC0
Black with #218EC0
Text Example
Text Example
White with #218EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218EC0; }
p { color: rgb(33,142,192); }
H1.HeaderClassName
{
color: #218EC0;
}
.AnyTagClassName
{
color: #218EC0;
}
</style>
background-color css
<style>
a { background-color: #218EC0; }
a { background-color: rgb(33,142,192); }
div.DivClassName
{
background-color: #218EC0;
}
.BgClassName
{
background-color: #218EC0;
}
</style>
border-color css
<style>
span { border-color: #218EC0; }
span { border-color: rgb(33,142,192); }
td.TdClassName
{
border-color: #218EC0;
}
.TagClassName
{
border-color: #218EC0;
}
</style>