Shades of Pelorous #219DCB
Tints of Pelorous #219DCB
RGB
CMYK
RGB Variations
Color information
#219DCB (or 0x219DCB) is known color: Pelorous. HEX triplet: 21, 9D and CB. RGB value is (33,157,203). Sum of RGB (Red+Green+Blue) = 33+157+203=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #219DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DCB is #DE6234. Grayscale: #7C7C7C. Windows color (decimal): -14574133 or 13344033. OLE color: 13344033.
HSL color Cylindrical-coordinate representation of color #219DCB: hue angle of 196.24º 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 #219DCB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 157 | 203 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.20 |
| HSL | 196.24º | 0.72% | 0.46% | - |
| HSV(B) | 196.24º | 0.84% | 0.8% | - |
| XYZ | 23.46 | 28.75 | 60.81 | - |
| YUV | 125.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 203 | 0.84 | 0.23 | 0 | 0.20 | 196.24 | 0.72 | 0.46 |
| Hex | 21 | 9D | CB | 54 | 17 | 0 | 14 | C4 | 48 | 2E |
| Octal | 41 | 235 | 313 | 124 | 27 | 0 | 24 | 304 | 110 | 56 |
| Binary | 100001 | 10011101 | 11001011 | 1010100 | 10111 | 0 | 10100 | 11000100 | 1001000 | 101110 |
Color Harmonies of #219DCB
Complementary color
Monochromatic Colors of #219DCB
Black with #219DCB
Text Example
Text Example
White with #219DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DCB; }
p { color: rgb(33,157,203); }
H1.HeaderClassName
{
color: #219DCB;
}
.AnyTagClassName
{
color: #219DCB;
}
</style>
background-color css
<style>
a { background-color: #219DCB; }
a { background-color: rgb(33,157,203); }
div.DivClassName
{
background-color: #219DCB;
}
.BgClassName
{
background-color: #219DCB;
}
</style>
border-color css
<style>
span { border-color: #219DCB; }
span { border-color: rgb(33,157,203); }
td.TdClassName
{
border-color: #219DCB;
}
.TagClassName
{
border-color: #219DCB;
}
</style>