Shades of Pelorous #218DCF
Tints of Pelorous #218DCF
RGB
CMYK
RGB Variations
Color information
#218DCF (or 0x218DCF) is known color: Pelorous. HEX triplet: 21, 8D and CF. RGB value is (33,141,207). Sum of RGB (Red+Green+Blue) = 33+141+207=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #218DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DCF is #DE7230. Grayscale: #737373. Windows color (decimal): -14578225 or 13602081. OLE color: 13602081.
HSL color Cylindrical-coordinate representation of color #218DCF: hue angle of 202.76º degrees, saturation: 0.73, 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 #218DCF is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 141 | 207 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.19 |
| HSL | 202.76º | 0.73% | 0.47% | - |
| HSV(B) | 202.76º | 0.84% | 0.81% | - |
| XYZ | 21.41 | 23.88 | 62.51 | - |
| YUV | 116.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 207 | 0.84 | 0.32 | 0 | 0.19 | 202.76 | 0.73 | 0.47 |
| Hex | 21 | 8D | CF | 54 | 20 | 0 | 13 | CB | 48 | 2F |
| Octal | 41 | 215 | 317 | 124 | 40 | 0 | 23 | 313 | 110 | 57 |
| Binary | 100001 | 10001101 | 11001111 | 1010100 | 100000 | 0 | 10011 | 11001011 | 1001000 | 101111 |
Color Harmonies of #218DCF
Complementary color
Monochromatic Colors of #218DCF
Black with #218DCF
Text Example
Text Example
White with #218DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DCF; }
p { color: rgb(33,141,207); }
H1.HeaderClassName
{
color: #218DCF;
}
.AnyTagClassName
{
color: #218DCF;
}
</style>
background-color css
<style>
a { background-color: #218DCF; }
a { background-color: rgb(33,141,207); }
div.DivClassName
{
background-color: #218DCF;
}
.BgClassName
{
background-color: #218DCF;
}
</style>
border-color css
<style>
span { border-color: #218DCF; }
span { border-color: rgb(33,141,207); }
td.TdClassName
{
border-color: #218DCF;
}
.TagClassName
{
border-color: #218DCF;
}
</style>