Shades of Pelorous #218ECB
Tints of Pelorous #218ECB
RGB
CMYK
RGB Variations
Color information
#218ECB (or 0x218ECB) is known color: Pelorous. HEX triplet: 21, 8E and CB. RGB value is (33,142,203). Sum of RGB (Red+Green+Blue) = 33+142+203=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #218ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ECB is #DE7134. Grayscale: #747474. Windows color (decimal): -14577973 or 13340193. OLE color: 13340193.
HSL color Cylindrical-coordinate representation of color #218ECB: hue angle of 201.53º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218ECB is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 142 | 203 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.20 |
| HSL | 201.53º | 0.72% | 0.46% | - |
| HSV(B) | 201.53º | 0.84% | 0.8% | - |
| XYZ | 21.08 | 23.98 | 60.02 | - |
| YUV | 116.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 203 | 0.84 | 0.30 | 0 | 0.20 | 201.53 | 0.72 | 0.46 |
| Hex | 21 | 8E | CB | 54 | 1E | 0 | 14 | CA | 48 | 2E |
| Octal | 41 | 216 | 313 | 124 | 36 | 0 | 24 | 312 | 110 | 56 |
| Binary | 100001 | 10001110 | 11001011 | 1010100 | 11110 | 0 | 10100 | 11001010 | 1001000 | 101110 |
Color Harmonies of #218ECB
Complementary color
Monochromatic Colors of #218ECB
Black with #218ECB
Text Example
Text Example
White with #218ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ECB; }
p { color: rgb(33,142,203); }
H1.HeaderClassName
{
color: #218ECB;
}
.AnyTagClassName
{
color: #218ECB;
}
</style>
background-color css
<style>
a { background-color: #218ECB; }
a { background-color: rgb(33,142,203); }
div.DivClassName
{
background-color: #218ECB;
}
.BgClassName
{
background-color: #218ECB;
}
</style>
border-color css
<style>
span { border-color: #218ECB; }
span { border-color: rgb(33,142,203); }
td.TdClassName
{
border-color: #218ECB;
}
.TagClassName
{
border-color: #218ECB;
}
</style>