Shades of Pelorous #209FB2
Tints of Pelorous #209FB2
RGB
CMYK
RGB Variations
Color information
#209FB2 (or 0x209FB2) is known color: Pelorous. HEX triplet: 20, 9F and B2. RGB value is (32,159,178). Sum of RGB (Red+Green+Blue) = 32+159+178=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #209FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209FB2 is #DF604D. Grayscale: #7A7A7A. Windows color (decimal): -14639182 or 11706144. OLE color: 11706144.
HSL color Cylindrical-coordinate representation of color #209FB2: hue angle of 187.81º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209FB2 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 159 | 178 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.30 |
| HSL | 187.81º | 0.7% | 0.41% | - |
| HSV(B) | 187.81º | 0.82% | 0.7% | - |
| XYZ | 21.03 | 28.32 | 46.48 | - |
| YUV | 123.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 178 | 0.82 | 0.11 | 0 | 0.30 | 187.81 | 0.7 | 0.41 |
| Hex | 20 | 9F | B2 | 52 | B | 0 | 1E | BC | 46 | 29 |
| Octal | 40 | 237 | 262 | 122 | 13 | 0 | 36 | 274 | 106 | 51 |
| Binary | 100000 | 10011111 | 10110010 | 1010010 | 1011 | 0 | 11110 | 10111100 | 1000110 | 101001 |
Color Harmonies of #209FB2
Complementary color
Monochromatic Colors of #209FB2
Black with #209FB2
Text Example
Text Example
White with #209FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209FB2; }
p { color: rgb(32,159,178); }
H1.HeaderClassName
{
color: #209FB2;
}
.AnyTagClassName
{
color: #209FB2;
}
</style>
background-color css
<style>
a { background-color: #209FB2; }
a { background-color: rgb(32,159,178); }
div.DivClassName
{
background-color: #209FB2;
}
.BgClassName
{
background-color: #209FB2;
}
</style>
border-color css
<style>
span { border-color: #209FB2; }
span { border-color: rgb(32,159,178); }
td.TdClassName
{
border-color: #209FB2;
}
.TagClassName
{
border-color: #209FB2;
}
</style>