Shades of Pelorous #218DCB
Tints of Pelorous #218DCB
RGB
CMYK
RGB Variations
Color information
#218DCB (or 0x218DCB) is known color: Pelorous. HEX triplet: 21, 8D and CB. RGB value is (33,141,203). Sum of RGB (Red+Green+Blue) = 33+141+203=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #218DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DCB is #DE7234. Grayscale: #737373. Windows color (decimal): -14578229 or 13339937. OLE color: 13339937.
HSL color Cylindrical-coordinate representation of color #218DCB: hue angle of 201.88º 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 #218DCB is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 141 | 203 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.20 |
| HSL | 201.88º | 0.72% | 0.46% | - |
| HSV(B) | 201.88º | 0.84% | 0.8% | - |
| XYZ | 20.93 | 23.68 | 59.97 | - |
| YUV | 115.78 | 177.22 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 203 | 0.84 | 0.31 | 0 | 0.20 | 201.88 | 0.72 | 0.46 |
| Hex | 21 | 8D | CB | 54 | 1F | 0 | 14 | CA | 48 | 2E |
| Octal | 41 | 215 | 313 | 124 | 37 | 0 | 24 | 312 | 110 | 56 |
| Binary | 100001 | 10001101 | 11001011 | 1010100 | 11111 | 0 | 10100 | 11001010 | 1001000 | 101110 |
Color Harmonies of #218DCB
Complementary color
Monochromatic Colors of #218DCB
Black with #218DCB
Text Example
Text Example
White with #218DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DCB; }
p { color: rgb(33,141,203); }
H1.HeaderClassName
{
color: #218DCB;
}
.AnyTagClassName
{
color: #218DCB;
}
</style>
background-color css
<style>
a { background-color: #218DCB; }
a { background-color: rgb(33,141,203); }
div.DivClassName
{
background-color: #218DCB;
}
.BgClassName
{
background-color: #218DCB;
}
</style>
border-color css
<style>
span { border-color: #218DCB; }
span { border-color: rgb(33,141,203); }
td.TdClassName
{
border-color: #218DCB;
}
.TagClassName
{
border-color: #218DCB;
}
</style>