Shades of Pelorous #218CCE
Tints of Pelorous #218CCE
RGB
CMYK
RGB Variations
Color information
#218CCE (or 0x218CCE) is known color: Pelorous. HEX triplet: 21, 8C and CE. RGB value is (33,140,206). Sum of RGB (Red+Green+Blue) = 33+140+206=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #218CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CCE is #DE7331. Grayscale: #737373. Windows color (decimal): -14578482 or 13536289. OLE color: 13536289.
HSL color Cylindrical-coordinate representation of color #218CCE: hue angle of 202.89º degrees, saturation: 0.72, 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 #218CCE is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 140 | 206 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.19 |
| HSL | 202.89º | 0.72% | 0.47% | - |
| HSV(B) | 202.89º | 0.84% | 0.81% | - |
| XYZ | 21.15 | 23.54 | 61.82 | - |
| YUV | 115.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 206 | 0.84 | 0.32 | 0 | 0.19 | 202.89 | 0.72 | 0.47 |
| Hex | 21 | 8C | CE | 54 | 20 | 0 | 13 | CB | 48 | 2F |
| Octal | 41 | 214 | 316 | 124 | 40 | 0 | 23 | 313 | 110 | 57 |
| Binary | 100001 | 10001100 | 11001110 | 1010100 | 100000 | 0 | 10011 | 11001011 | 1001000 | 101111 |
Color Harmonies of #218CCE
Complementary color
Monochromatic Colors of #218CCE
Black with #218CCE
Text Example
Text Example
White with #218CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CCE; }
p { color: rgb(33,140,206); }
H1.HeaderClassName
{
color: #218CCE;
}
.AnyTagClassName
{
color: #218CCE;
}
</style>
background-color css
<style>
a { background-color: #218CCE; }
a { background-color: rgb(33,140,206); }
div.DivClassName
{
background-color: #218CCE;
}
.BgClassName
{
background-color: #218CCE;
}
</style>
border-color css
<style>
span { border-color: #218CCE; }
span { border-color: rgb(33,140,206); }
td.TdClassName
{
border-color: #218CCE;
}
.TagClassName
{
border-color: #218CCE;
}
</style>