Shades of Pelorous #219DB7
Tints of Pelorous #219DB7
RGB
CMYK
RGB Variations
Color information
#219DB7 (or 0x219DB7) is known color: Pelorous. HEX triplet: 21, 9D and B7. RGB value is (33,157,183). Sum of RGB (Red+Green+Blue) = 33+157+183=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #219DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DB7 is #DE6248. Grayscale: #7A7A7A. Windows color (decimal): -14574153 or 12033313. OLE color: 12033313.
HSL color Cylindrical-coordinate representation of color #219DB7: hue angle of 190.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219DB7 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 157 | 183 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.28 |
| HSL | 190.4º | 0.69% | 0.42% | - |
| HSV(B) | 190.4º | 0.82% | 0.72% | - |
| XYZ | 21.23 | 27.86 | 49.06 | - |
| YUV | 122.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 183 | 0.82 | 0.14 | 0 | 0.28 | 190.4 | 0.69 | 0.42 |
| Hex | 21 | 9D | B7 | 52 | E | 0 | 1C | BE | 45 | 2A |
| Octal | 41 | 235 | 267 | 122 | 16 | 0 | 34 | 276 | 105 | 52 |
| Binary | 100001 | 10011101 | 10110111 | 1010010 | 1110 | 0 | 11100 | 10111110 | 1000101 | 101010 |
Color Harmonies of #219DB7
Complementary color
Monochromatic Colors of #219DB7
Black with #219DB7
Text Example
Text Example
White with #219DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DB7; }
p { color: rgb(33,157,183); }
H1.HeaderClassName
{
color: #219DB7;
}
.AnyTagClassName
{
color: #219DB7;
}
</style>
background-color css
<style>
a { background-color: #219DB7; }
a { background-color: rgb(33,157,183); }
div.DivClassName
{
background-color: #219DB7;
}
.BgClassName
{
background-color: #219DB7;
}
</style>
border-color css
<style>
span { border-color: #219DB7; }
span { border-color: rgb(33,157,183); }
td.TdClassName
{
border-color: #219DB7;
}
.TagClassName
{
border-color: #219DB7;
}
</style>