Shades of Pelorous #218DBD
Tints of Pelorous #218DBD
RGB
CMYK
RGB Variations
Color information
#218DBD (or 0x218DBD) is known color: Pelorous. HEX triplet: 21, 8D and BD. RGB value is (33,141,189). Sum of RGB (Red+Green+Blue) = 33+141+189=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #218DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DBD is #DE7242. Grayscale: #717171. Windows color (decimal): -14578243 or 12422433. OLE color: 12422433.
HSL color Cylindrical-coordinate representation of color #218DBD: hue angle of 198.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218DBD is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 141 | 189 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.26 |
| HSL | 198.46º | 0.7% | 0.44% | - |
| HSV(B) | 198.46º | 0.83% | 0.74% | - |
| XYZ | 19.34 | 23.05 | 51.57 | - |
| YUV | 114.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 189 | 0.83 | 0.25 | 0 | 0.26 | 198.46 | 0.7 | 0.44 |
| Hex | 21 | 8D | BD | 53 | 19 | 0 | 1A | C6 | 46 | 2C |
| Octal | 41 | 215 | 275 | 123 | 31 | 0 | 32 | 306 | 106 | 54 |
| Binary | 100001 | 10001101 | 10111101 | 1010011 | 11001 | 0 | 11010 | 11000110 | 1000110 | 101100 |
Color Harmonies of #218DBD
Complementary color
Monochromatic Colors of #218DBD
Black with #218DBD
Text Example
Text Example
White with #218DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DBD; }
p { color: rgb(33,141,189); }
H1.HeaderClassName
{
color: #218DBD;
}
.AnyTagClassName
{
color: #218DBD;
}
</style>
background-color css
<style>
a { background-color: #218DBD; }
a { background-color: rgb(33,141,189); }
div.DivClassName
{
background-color: #218DBD;
}
.BgClassName
{
background-color: #218DBD;
}
</style>
border-color css
<style>
span { border-color: #218DBD; }
span { border-color: rgb(33,141,189); }
td.TdClassName
{
border-color: #218DBD;
}
.TagClassName
{
border-color: #218DBD;
}
</style>