Shades of Pelorous #218FCB
Tints of Pelorous #218FCB
RGB
CMYK
RGB Variations
Color information
#218FCB (or 0x218FCB) is known color: Pelorous. HEX triplet: 21, 8F and CB. RGB value is (33,143,203). Sum of RGB (Red+Green+Blue) = 33+143+203=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #218FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FCB is #DE7034. Grayscale: #747474. Windows color (decimal): -14577717 or 13340449. OLE color: 13340449.
HSL color Cylindrical-coordinate representation of color #218FCB: hue angle of 201.18º 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 #218FCB is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 143 | 203 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.20 |
| HSL | 201.18º | 0.72% | 0.46% | - |
| HSV(B) | 201.18º | 0.84% | 0.8% | - |
| XYZ | 21.23 | 24.28 | 60.07 | - |
| YUV | 116.95 | 176.56 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 203 | 0.84 | 0.30 | 0 | 0.20 | 201.18 | 0.72 | 0.46 |
| Hex | 21 | 8F | CB | 54 | 1E | 0 | 14 | C9 | 48 | 2E |
| Octal | 41 | 217 | 313 | 124 | 36 | 0 | 24 | 311 | 110 | 56 |
| Binary | 100001 | 10001111 | 11001011 | 1010100 | 11110 | 0 | 10100 | 11001001 | 1001000 | 101110 |
Color Harmonies of #218FCB
Complementary color
Monochromatic Colors of #218FCB
Black with #218FCB
Text Example
Text Example
White with #218FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FCB; }
p { color: rgb(33,143,203); }
H1.HeaderClassName
{
color: #218FCB;
}
.AnyTagClassName
{
color: #218FCB;
}
</style>
background-color css
<style>
a { background-color: #218FCB; }
a { background-color: rgb(33,143,203); }
div.DivClassName
{
background-color: #218FCB;
}
.BgClassName
{
background-color: #218FCB;
}
</style>
border-color css
<style>
span { border-color: #218FCB; }
span { border-color: rgb(33,143,203); }
td.TdClassName
{
border-color: #218FCB;
}
.TagClassName
{
border-color: #218FCB;
}
</style>