Shades of Pelorous #219DCC
Tints of Pelorous #219DCC
RGB
CMYK
RGB Variations
Color information
#219DCC (or 0x219DCC) is known color: Pelorous. HEX triplet: 21, 9D and CC. RGB value is (33,157,204). Sum of RGB (Red+Green+Blue) = 33+157+204=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #219DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DCC is #DE6233. Grayscale: #7C7C7C. Windows color (decimal): -14574132 or 13409569. OLE color: 13409569.
HSL color Cylindrical-coordinate representation of color #219DCC: hue angle of 196.49º 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 #219DCC is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 157 | 204 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.2 |
| HSL | 196.49º | 0.72% | 0.46% | - |
| HSV(B) | 196.49º | 0.84% | 0.8% | - |
| XYZ | 23.58 | 28.8 | 61.44 | - |
| YUV | 125.28 | 172.42 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 204 | 0.84 | 0.23 | 0 | 0.2 | 196.49 | 0.72 | 0.46 |
| Hex | 21 | 9D | CC | 54 | 17 | 0 | 14 | C4 | 48 | 2E |
| Octal | 41 | 235 | 314 | 124 | 27 | 0 | 24 | 304 | 110 | 56 |
| Binary | 100001 | 10011101 | 11001100 | 1010100 | 10111 | 0 | 10100 | 11000100 | 1001000 | 101110 |
Color Harmonies of #219DCC
Complementary color
Monochromatic Colors of #219DCC
Black with #219DCC
Text Example
Text Example
White with #219DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DCC; }
p { color: rgb(33,157,204); }
H1.HeaderClassName
{
color: #219DCC;
}
.AnyTagClassName
{
color: #219DCC;
}
</style>
background-color css
<style>
a { background-color: #219DCC; }
a { background-color: rgb(33,157,204); }
div.DivClassName
{
background-color: #219DCC;
}
.BgClassName
{
background-color: #219DCC;
}
</style>
border-color css
<style>
span { border-color: #219DCC; }
span { border-color: rgb(33,157,204); }
td.TdClassName
{
border-color: #219DCC;
}
.TagClassName
{
border-color: #219DCC;
}
</style>