Shades of Pelorous #208FB4
Tints of Pelorous #208FB4
RGB
CMYK
RGB Variations
Color information
#208FB4 (or 0x208FB4) is known color: Pelorous. HEX triplet: 20, 8F and B4. RGB value is (32,143,180). Sum of RGB (Red+Green+Blue) = 32+143+180=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #208FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208FB4 is #DF704B. Grayscale: #717171. Windows color (decimal): -14643276 or 11833120. OLE color: 11833120.
HSL color Cylindrical-coordinate representation of color #208FB4: hue angle of 195º degrees, saturation: 0.7, 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 #208FB4 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 143 | 180 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.29 |
| HSL | 195º | 0.7% | 0.42% | - |
| HSV(B) | 195º | 0.82% | 0.71% | - |
| XYZ | 18.66 | 23.25 | 46.68 | - |
| YUV | 114.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 180 | 0.82 | 0.21 | 0 | 0.29 | 195 | 0.7 | 0.42 |
| Hex | 20 | 8F | B4 | 52 | 15 | 0 | 1D | C3 | 46 | 2A |
| Octal | 40 | 217 | 264 | 122 | 25 | 0 | 35 | 303 | 106 | 52 |
| Binary | 100000 | 10001111 | 10110100 | 1010010 | 10101 | 0 | 11101 | 11000011 | 1000110 | 101010 |
Color Harmonies of #208FB4
Complementary color
Monochromatic Colors of #208FB4
Black with #208FB4
Text Example
Text Example
White with #208FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FB4; }
p { color: rgb(32,143,180); }
H1.HeaderClassName
{
color: #208FB4;
}
.AnyTagClassName
{
color: #208FB4;
}
</style>
background-color css
<style>
a { background-color: #208FB4; }
a { background-color: rgb(32,143,180); }
div.DivClassName
{
background-color: #208FB4;
}
.BgClassName
{
background-color: #208FB4;
}
</style>
border-color css
<style>
span { border-color: #208FB4; }
span { border-color: rgb(32,143,180); }
td.TdClassName
{
border-color: #208FB4;
}
.TagClassName
{
border-color: #208FB4;
}
</style>