Shades of Pelorous #208EC4
Tints of Pelorous #208EC4
RGB
CMYK
RGB Variations
Color information
#208EC4 (or 0x208EC4) is known color: Pelorous. HEX triplet: 20, 8E and C4. RGB value is (32,142,196). Sum of RGB (Red+Green+Blue) = 32+142+196=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #208EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EC4 is #DF713B. Grayscale: #727272. Windows color (decimal): -14643516 or 12881440. OLE color: 12881440.
HSL color Cylindrical-coordinate representation of color #208EC4: hue angle of 199.76º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208EC4 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 142 | 196 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.23 |
| HSL | 199.76º | 0.72% | 0.45% | - |
| HSV(B) | 199.76º | 0.84% | 0.77% | - |
| XYZ | 20.23 | 23.64 | 55.72 | - |
| YUV | 115.27 | 173.56 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 196 | 0.84 | 0.28 | 0 | 0.23 | 199.76 | 0.72 | 0.45 |
| Hex | 20 | 8E | C4 | 54 | 1C | 0 | 17 | C8 | 48 | 2D |
| Octal | 40 | 216 | 304 | 124 | 34 | 0 | 27 | 310 | 110 | 55 |
| Binary | 100000 | 10001110 | 11000100 | 1010100 | 11100 | 0 | 10111 | 11001000 | 1001000 | 101101 |
Color Harmonies of #208EC4
Complementary color
Monochromatic Colors of #208EC4
Black with #208EC4
Text Example
Text Example
White with #208EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EC4; }
p { color: rgb(32,142,196); }
H1.HeaderClassName
{
color: #208EC4;
}
.AnyTagClassName
{
color: #208EC4;
}
</style>
background-color css
<style>
a { background-color: #208EC4; }
a { background-color: rgb(32,142,196); }
div.DivClassName
{
background-color: #208EC4;
}
.BgClassName
{
background-color: #208EC4;
}
</style>
border-color css
<style>
span { border-color: #208EC4; }
span { border-color: rgb(32,142,196); }
td.TdClassName
{
border-color: #208EC4;
}
.TagClassName
{
border-color: #208EC4;
}
</style>