Shades of Pelorous #218DC7
Tints of Pelorous #218DC7
RGB
CMYK
RGB Variations
Color information
#218DC7 (or 0x218DC7) is known color: Pelorous. HEX triplet: 21, 8D and C7. RGB value is (33,141,199). Sum of RGB (Red+Green+Blue) = 33+141+199=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #218DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DC7 is #DE7238. Grayscale: #727272. Windows color (decimal): -14578233 or 13077793. OLE color: 13077793.
HSL color Cylindrical-coordinate representation of color #218DC7: hue angle of 200.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218DC7 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 141 | 199 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.22 |
| HSL | 200.96º | 0.72% | 0.45% | - |
| HSV(B) | 200.96º | 0.83% | 0.78% | - |
| XYZ | 20.46 | 23.5 | 57.49 | - |
| YUV | 115.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 199 | 0.83 | 0.29 | 0 | 0.22 | 200.96 | 0.72 | 0.45 |
| Hex | 21 | 8D | C7 | 53 | 1D | 0 | 16 | C9 | 48 | 2D |
| Octal | 41 | 215 | 307 | 123 | 35 | 0 | 26 | 311 | 110 | 55 |
| Binary | 100001 | 10001101 | 11000111 | 1010011 | 11101 | 0 | 10110 | 11001001 | 1001000 | 101101 |
Color Harmonies of #218DC7
Complementary color
Monochromatic Colors of #218DC7
Black with #218DC7
Text Example
Text Example
White with #218DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DC7; }
p { color: rgb(33,141,199); }
H1.HeaderClassName
{
color: #218DC7;
}
.AnyTagClassName
{
color: #218DC7;
}
</style>
background-color css
<style>
a { background-color: #218DC7; }
a { background-color: rgb(33,141,199); }
div.DivClassName
{
background-color: #218DC7;
}
.BgClassName
{
background-color: #218DC7;
}
</style>
border-color css
<style>
span { border-color: #218DC7; }
span { border-color: rgb(33,141,199); }
td.TdClassName
{
border-color: #218DC7;
}
.TagClassName
{
border-color: #218DC7;
}
</style>