Shades of Pelorous #218CCC
Tints of Pelorous #218CCC
RGB
CMYK
RGB Variations
Color information
#218CCC (or 0x218CCC) is known color: Pelorous. HEX triplet: 21, 8C and CC. RGB value is (33,140,204). Sum of RGB (Red+Green+Blue) = 33+140+204=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #218CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CCC is #DE7333. Grayscale: #727272. Windows color (decimal): -14578484 or 13405217. OLE color: 13405217.
HSL color Cylindrical-coordinate representation of color #218CCC: hue angle of 202.46º 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 #218CCC is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 140 | 204 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.2 |
| HSL | 202.46º | 0.72% | 0.46% | - |
| HSV(B) | 202.46º | 0.84% | 0.8% | - |
| XYZ | 20.9 | 23.44 | 60.55 | - |
| YUV | 115.3 | 178.05 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 204 | 0.84 | 0.31 | 0 | 0.2 | 202.46 | 0.72 | 0.46 |
| Hex | 21 | 8C | CC | 54 | 1F | 0 | 14 | CA | 48 | 2E |
| Octal | 41 | 214 | 314 | 124 | 37 | 0 | 24 | 312 | 110 | 56 |
| Binary | 100001 | 10001100 | 11001100 | 1010100 | 11111 | 0 | 10100 | 11001010 | 1001000 | 101110 |
Color Harmonies of #218CCC
Complementary color
Monochromatic Colors of #218CCC
Black with #218CCC
Text Example
Text Example
White with #218CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CCC; }
p { color: rgb(33,140,204); }
H1.HeaderClassName
{
color: #218CCC;
}
.AnyTagClassName
{
color: #218CCC;
}
</style>
background-color css
<style>
a { background-color: #218CCC; }
a { background-color: rgb(33,140,204); }
div.DivClassName
{
background-color: #218CCC;
}
.BgClassName
{
background-color: #218CCC;
}
</style>
border-color css
<style>
span { border-color: #218CCC; }
span { border-color: rgb(33,140,204); }
td.TdClassName
{
border-color: #218CCC;
}
.TagClassName
{
border-color: #218CCC;
}
</style>