Shades of Pelorous #218EC8
Tints of Pelorous #218EC8
RGB
CMYK
RGB Variations
Color information
#218EC8 (or 0x218EC8) is known color: Pelorous. HEX triplet: 21, 8E and C8. RGB value is (33,142,200). Sum of RGB (Red+Green+Blue) = 33+142+200=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #218EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EC8 is #DE7137. Grayscale: #737373. Windows color (decimal): -14577976 or 13143585. OLE color: 13143585.
HSL color Cylindrical-coordinate representation of color #218EC8: hue angle of 200.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218EC8 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 142 | 200 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.22 |
| HSL | 200.84º | 0.72% | 0.46% | - |
| HSV(B) | 200.84º | 0.84% | 0.78% | - |
| XYZ | 20.73 | 23.84 | 58.15 | - |
| YUV | 116.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 200 | 0.84 | 0.29 | 0 | 0.22 | 200.84 | 0.72 | 0.46 |
| Hex | 21 | 8E | C8 | 54 | 1D | 0 | 16 | C9 | 48 | 2E |
| Octal | 41 | 216 | 310 | 124 | 35 | 0 | 26 | 311 | 110 | 56 |
| Binary | 100001 | 10001110 | 11001000 | 1010100 | 11101 | 0 | 10110 | 11001001 | 1001000 | 101110 |
Color Harmonies of #218EC8
Complementary color
Monochromatic Colors of #218EC8
Black with #218EC8
Text Example
Text Example
White with #218EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218EC8; }
p { color: rgb(33,142,200); }
H1.HeaderClassName
{
color: #218EC8;
}
.AnyTagClassName
{
color: #218EC8;
}
</style>
background-color css
<style>
a { background-color: #218EC8; }
a { background-color: rgb(33,142,200); }
div.DivClassName
{
background-color: #218EC8;
}
.BgClassName
{
background-color: #218EC8;
}
</style>
border-color css
<style>
span { border-color: #218EC8; }
span { border-color: rgb(33,142,200); }
td.TdClassName
{
border-color: #218EC8;
}
.TagClassName
{
border-color: #218EC8;
}
</style>