Shades of Pelorous #219EC5
Tints of Pelorous #219EC5
RGB
CMYK
RGB Variations
Color information
#219EC5 (or 0x219EC5) is known color: Pelorous. HEX triplet: 21, 9E and C5. RGB value is (33,158,197). Sum of RGB (Red+Green+Blue) = 33+158+197=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #219EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EC5 is #DE613A. Grayscale: #7C7C7C. Windows color (decimal): -14573883 or 12951073. OLE color: 12951073.
HSL color Cylindrical-coordinate representation of color #219EC5: hue angle of 194.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219EC5 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 158 | 197 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.23 |
| HSL | 194.27º | 0.71% | 0.45% | - |
| HSV(B) | 194.27º | 0.83% | 0.77% | - |
| XYZ | 22.93 | 28.81 | 57.18 | - |
| YUV | 125.07 | 168.59 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 197 | 0.83 | 0.20 | 0 | 0.23 | 194.27 | 0.71 | 0.45 |
| Hex | 21 | 9E | C5 | 53 | 14 | 0 | 17 | C2 | 47 | 2D |
| Octal | 41 | 236 | 305 | 123 | 24 | 0 | 27 | 302 | 107 | 55 |
| Binary | 100001 | 10011110 | 11000101 | 1010011 | 10100 | 0 | 10111 | 11000010 | 1000111 | 101101 |
Color Harmonies of #219EC5
Complementary color
Monochromatic Colors of #219EC5
Black with #219EC5
Text Example
Text Example
White with #219EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219EC5; }
p { color: rgb(33,158,197); }
H1.HeaderClassName
{
color: #219EC5;
}
.AnyTagClassName
{
color: #219EC5;
}
</style>
background-color css
<style>
a { background-color: #219EC5; }
a { background-color: rgb(33,158,197); }
div.DivClassName
{
background-color: #219EC5;
}
.BgClassName
{
background-color: #219EC5;
}
</style>
border-color css
<style>
span { border-color: #219EC5; }
span { border-color: rgb(33,158,197); }
td.TdClassName
{
border-color: #219EC5;
}
.TagClassName
{
border-color: #219EC5;
}
</style>