Shades of Pelorous #218DB4
Tints of Pelorous #218DB4
RGB
CMYK
RGB Variations
Color information
#218DB4 (or 0x218DB4) is known color: Pelorous. HEX triplet: 21, 8D and B4. RGB value is (33,141,180). Sum of RGB (Red+Green+Blue) = 33+141+180=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #218DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DB4 is #DE724B. Grayscale: #707070. Windows color (decimal): -14578252 or 11832609. OLE color: 11832609.
HSL color Cylindrical-coordinate representation of color #218DB4: hue angle of 195.92º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218DB4 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 141 | 180 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.29 |
| HSL | 195.92º | 0.69% | 0.42% | - |
| HSV(B) | 195.92º | 0.82% | 0.71% | - |
| XYZ | 18.39 | 22.67 | 46.59 | - |
| YUV | 113.15 | 165.72 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 180 | 0.82 | 0.22 | 0 | 0.29 | 195.92 | 0.69 | 0.42 |
| Hex | 21 | 8D | B4 | 52 | 16 | 0 | 1D | C4 | 45 | 2A |
| Octal | 41 | 215 | 264 | 122 | 26 | 0 | 35 | 304 | 105 | 52 |
| Binary | 100001 | 10001101 | 10110100 | 1010010 | 10110 | 0 | 11101 | 11000100 | 1000101 | 101010 |
Color Harmonies of #218DB4
Complementary color
Monochromatic Colors of #218DB4
Black with #218DB4
Text Example
Text Example
White with #218DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DB4; }
p { color: rgb(33,141,180); }
H1.HeaderClassName
{
color: #218DB4;
}
.AnyTagClassName
{
color: #218DB4;
}
</style>
background-color css
<style>
a { background-color: #218DB4; }
a { background-color: rgb(33,141,180); }
div.DivClassName
{
background-color: #218DB4;
}
.BgClassName
{
background-color: #218DB4;
}
</style>
border-color css
<style>
span { border-color: #218DB4; }
span { border-color: rgb(33,141,180); }
td.TdClassName
{
border-color: #218DB4;
}
.TagClassName
{
border-color: #218DB4;
}
</style>