Shades of Pelorous #219ED0
Tints of Pelorous #219ED0
RGB
CMYK
RGB Variations
Color information
#219ED0 (or 0x219ED0) is known color: Pelorous. HEX triplet: 21, 9E and D0. RGB value is (33,158,208). Sum of RGB (Red+Green+Blue) = 33+158+208=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #219ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ED0 is #DE612F. Grayscale: #7E7E7E. Windows color (decimal): -14573872 or 13671969. OLE color: 13671969.
HSL color Cylindrical-coordinate representation of color #219ED0: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219ED0 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 158 | 208 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.18 |
| HSL | 197.14º | 0.73% | 0.47% | - |
| HSV(B) | 197.14º | 0.84% | 0.82% | - |
| XYZ | 24.24 | 29.33 | 64.06 | - |
| YUV | 126.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 208 | 0.84 | 0.24 | 0 | 0.18 | 197.14 | 0.73 | 0.47 |
| Hex | 21 | 9E | D0 | 54 | 18 | 0 | 12 | C5 | 49 | 2F |
| Octal | 41 | 236 | 320 | 124 | 30 | 0 | 22 | 305 | 111 | 57 |
| Binary | 100001 | 10011110 | 11010000 | 1010100 | 11000 | 0 | 10010 | 11000101 | 1001001 | 101111 |
Color Harmonies of #219ED0
Complementary color
Monochromatic Colors of #219ED0
Black with #219ED0
Text Example
Text Example
White with #219ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219ED0; }
p { color: rgb(33,158,208); }
H1.HeaderClassName
{
color: #219ED0;
}
.AnyTagClassName
{
color: #219ED0;
}
</style>
background-color css
<style>
a { background-color: #219ED0; }
a { background-color: rgb(33,158,208); }
div.DivClassName
{
background-color: #219ED0;
}
.BgClassName
{
background-color: #219ED0;
}
</style>
border-color css
<style>
span { border-color: #219ED0; }
span { border-color: rgb(33,158,208); }
td.TdClassName
{
border-color: #219ED0;
}
.TagClassName
{
border-color: #219ED0;
}
</style>