Shades of Pelorous #218BB8
Tints of Pelorous #218BB8
RGB
CMYK
RGB Variations
Color information
#218BB8 (or 0x218BB8) is known color: Pelorous. HEX triplet: 21, 8B and B8. RGB value is (33,139,184). Sum of RGB (Red+Green+Blue) = 33+139+184=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #218BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BB8 is #DE7447. Grayscale: #707070. Windows color (decimal): -14578760 or 12094241. OLE color: 12094241.
HSL color Cylindrical-coordinate representation of color #218BB8: hue angle of 197.88º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218BB8 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 139 | 184 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.28 |
| HSL | 197.88º | 0.7% | 0.43% | - |
| HSV(B) | 197.88º | 0.82% | 0.72% | - |
| XYZ | 18.51 | 22.25 | 48.67 | - |
| YUV | 112.44 | 168.38 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 184 | 0.82 | 0.24 | 0 | 0.28 | 197.88 | 0.7 | 0.43 |
| Hex | 21 | 8B | B8 | 52 | 18 | 0 | 1C | C6 | 46 | 2B |
| Octal | 41 | 213 | 270 | 122 | 30 | 0 | 34 | 306 | 106 | 53 |
| Binary | 100001 | 10001011 | 10111000 | 1010010 | 11000 | 0 | 11100 | 11000110 | 1000110 | 101011 |
Color Harmonies of #218BB8
Complementary color
Monochromatic Colors of #218BB8
Black with #218BB8
Text Example
Text Example
White with #218BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BB8; }
p { color: rgb(33,139,184); }
H1.HeaderClassName
{
color: #218BB8;
}
.AnyTagClassName
{
color: #218BB8;
}
</style>
background-color css
<style>
a { background-color: #218BB8; }
a { background-color: rgb(33,139,184); }
div.DivClassName
{
background-color: #218BB8;
}
.BgClassName
{
background-color: #218BB8;
}
</style>
border-color css
<style>
span { border-color: #218BB8; }
span { border-color: rgb(33,139,184); }
td.TdClassName
{
border-color: #218BB8;
}
.TagClassName
{
border-color: #218BB8;
}
</style>