Shades of Pelorous #209BB4
Tints of Pelorous #209BB4
RGB
CMYK
RGB Variations
Color information
#209BB4 (or 0x209BB4) is known color: Pelorous. HEX triplet: 20, 9B and B4. RGB value is (32,155,180). Sum of RGB (Red+Green+Blue) = 32+155+180=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #209BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BB4 is #DF644B. Grayscale: #787878. Windows color (decimal): -14640204 or 11836192. OLE color: 11836192.
HSL color Cylindrical-coordinate representation of color #209BB4: hue angle of 190.14º 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 #209BB4 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 155 | 180 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.29 |
| HSL | 190.14º | 0.7% | 0.42% | - |
| HSV(B) | 190.14º | 0.82% | 0.71% | - |
| XYZ | 20.56 | 27.05 | 47.32 | - |
| YUV | 121.07 | 161.25 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 180 | 0.82 | 0.14 | 0 | 0.29 | 190.14 | 0.7 | 0.42 |
| Hex | 20 | 9B | B4 | 52 | E | 0 | 1D | BE | 46 | 2A |
| Octal | 40 | 233 | 264 | 122 | 16 | 0 | 35 | 276 | 106 | 52 |
| Binary | 100000 | 10011011 | 10110100 | 1010010 | 1110 | 0 | 11101 | 10111110 | 1000110 | 101010 |
Color Harmonies of #209BB4
Complementary color
Monochromatic Colors of #209BB4
Black with #209BB4
Text Example
Text Example
White with #209BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BB4; }
p { color: rgb(32,155,180); }
H1.HeaderClassName
{
color: #209BB4;
}
.AnyTagClassName
{
color: #209BB4;
}
</style>
background-color css
<style>
a { background-color: #209BB4; }
a { background-color: rgb(32,155,180); }
div.DivClassName
{
background-color: #209BB4;
}
.BgClassName
{
background-color: #209BB4;
}
</style>
border-color css
<style>
span { border-color: #209BB4; }
span { border-color: rgb(32,155,180); }
td.TdClassName
{
border-color: #209BB4;
}
.TagClassName
{
border-color: #209BB4;
}
</style>