Shades of Pelorous #218ED2
Tints of Pelorous #218ED2
RGB
CMYK
RGB Variations
Color information
#218ED2 (or 0x218ED2) is known color: Pelorous. HEX triplet: 21, 8E and D2. RGB value is (33,142,210). Sum of RGB (Red+Green+Blue) = 33+142+210=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #218ED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ED2 is #DE712D. Grayscale: #747474. Windows color (decimal): -14577966 or 13798945. OLE color: 13798945.
HSL color Cylindrical-coordinate representation of color #218ED2: hue angle of 203.05º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218ED2 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 142 | 210 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.18 |
| HSL | 203.05º | 0.73% | 0.48% | - |
| HSV(B) | 203.05º | 0.84% | 0.82% | - |
| XYZ | 21.93 | 24.32 | 64.51 | - |
| YUV | 117.16 | 180.39 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 210 | 0.84 | 0.32 | 0 | 0.18 | 203.05 | 0.73 | 0.48 |
| Hex | 21 | 8E | D2 | 54 | 20 | 0 | 12 | CB | 49 | 30 |
| Octal | 41 | 216 | 322 | 124 | 40 | 0 | 22 | 313 | 111 | 60 |
| Binary | 100001 | 10001110 | 11010010 | 1010100 | 100000 | 0 | 10010 | 11001011 | 1001001 | 110000 |
Color Harmonies of #218ED2
Complementary color
Monochromatic Colors of #218ED2
Black with #218ED2
Text Example
Text Example
White with #218ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ED2; }
p { color: rgb(33,142,210); }
H1.HeaderClassName
{
color: #218ED2;
}
.AnyTagClassName
{
color: #218ED2;
}
</style>
background-color css
<style>
a { background-color: #218ED2; }
a { background-color: rgb(33,142,210); }
div.DivClassName
{
background-color: #218ED2;
}
.BgClassName
{
background-color: #218ED2;
}
</style>
border-color css
<style>
span { border-color: #218ED2; }
span { border-color: rgb(33,142,210); }
td.TdClassName
{
border-color: #218ED2;
}
.TagClassName
{
border-color: #218ED2;
}
</style>