Shades of Pelorous #208DD4
Tints of Pelorous #208DD4
RGB
CMYK
RGB Variations
Color information
#208DD4 (or 0x208DD4) is known color: Pelorous. HEX triplet: 20, 8D and D4. RGB value is (32,141,212). Sum of RGB (Red+Green+Blue) = 32+141+212=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #208DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DD4 is #DF722B. Grayscale: #747474. Windows color (decimal): -14643756 or 13929760. OLE color: 13929760.
HSL color Cylindrical-coordinate representation of color #208DD4: hue angle of 203.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208DD4 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 141 | 212 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.17 |
| HSL | 203.67º | 0.74% | 0.48% | - |
| HSV(B) | 203.67º | 0.85% | 0.83% | - |
| XYZ | 22 | 24.11 | 65.78 | - |
| YUV | 116.5 | 181.89 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 212 | 0.85 | 0.33 | 0 | 0.17 | 203.67 | 0.74 | 0.48 |
| Hex | 20 | 8D | D4 | 55 | 21 | 0 | 11 | CC | 4A | 30 |
| Octal | 40 | 215 | 324 | 125 | 41 | 0 | 21 | 314 | 112 | 60 |
| Binary | 100000 | 10001101 | 11010100 | 1010101 | 100001 | 0 | 10001 | 11001100 | 1001010 | 110000 |
Color Harmonies of #208DD4
Complementary color
Monochromatic Colors of #208DD4
Black with #208DD4
Text Example
Text Example
White with #208DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DD4; }
p { color: rgb(32,141,212); }
H1.HeaderClassName
{
color: #208DD4;
}
.AnyTagClassName
{
color: #208DD4;
}
</style>
background-color css
<style>
a { background-color: #208DD4; }
a { background-color: rgb(32,141,212); }
div.DivClassName
{
background-color: #208DD4;
}
.BgClassName
{
background-color: #208DD4;
}
</style>
border-color css
<style>
span { border-color: #208DD4; }
span { border-color: rgb(32,141,212); }
td.TdClassName
{
border-color: #208DD4;
}
.TagClassName
{
border-color: #208DD4;
}
</style>