Shades of Pelorous #219AD1
Tints of Pelorous #219AD1
RGB
CMYK
RGB Variations
Color information
#219AD1 (or 0x219AD1) is known color: Pelorous. HEX triplet: 21, 9A and D1. RGB value is (33,154,209). Sum of RGB (Red+Green+Blue) = 33+154+209=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #219AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219AD1 is #DE652E. Grayscale: #7B7B7B. Windows color (decimal): -14574895 or 13736481. OLE color: 13736481.
HSL color Cylindrical-coordinate representation of color #219AD1: hue angle of 198.75º 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 #219AD1 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 154 | 209 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.18 |
| HSL | 198.75º | 0.73% | 0.47% | - |
| HSV(B) | 198.75º | 0.84% | 0.82% | - |
| XYZ | 23.69 | 28.04 | 64.48 | - |
| YUV | 124.09 | 175.91 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 209 | 0.84 | 0.26 | 0 | 0.18 | 198.75 | 0.73 | 0.47 |
| Hex | 21 | 9A | D1 | 54 | 1A | 0 | 12 | C7 | 49 | 2F |
| Octal | 41 | 232 | 321 | 124 | 32 | 0 | 22 | 307 | 111 | 57 |
| Binary | 100001 | 10011010 | 11010001 | 1010100 | 11010 | 0 | 10010 | 11000111 | 1001001 | 101111 |
Color Harmonies of #219AD1
Complementary color
Monochromatic Colors of #219AD1
Black with #219AD1
Text Example
Text Example
White with #219AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219AD1; }
p { color: rgb(33,154,209); }
H1.HeaderClassName
{
color: #219AD1;
}
.AnyTagClassName
{
color: #219AD1;
}
</style>
background-color css
<style>
a { background-color: #219AD1; }
a { background-color: rgb(33,154,209); }
div.DivClassName
{
background-color: #219AD1;
}
.BgClassName
{
background-color: #219AD1;
}
</style>
border-color css
<style>
span { border-color: #219AD1; }
span { border-color: rgb(33,154,209); }
td.TdClassName
{
border-color: #219AD1;
}
.TagClassName
{
border-color: #219AD1;
}
</style>