Shades of Pelorous #209DBA
Tints of Pelorous #209DBA
RGB
CMYK
RGB Variations
Color information
#209DBA (or 0x209DBA) is known color: Pelorous. HEX triplet: 20, 9D and BA. RGB value is (32,157,186). Sum of RGB (Red+Green+Blue) = 32+157+186=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #209DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209DBA is #DF6245. Grayscale: #7A7A7A. Windows color (decimal): -14639686 or 12229920. OLE color: 12229920.
HSL color Cylindrical-coordinate representation of color #209DBA: hue angle of 191.3º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209DBA is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 157 | 186 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.27 |
| HSL | 191.3º | 0.71% | 0.43% | - |
| HSV(B) | 191.3º | 0.83% | 0.73% | - |
| XYZ | 21.52 | 27.97 | 50.72 | - |
| YUV | 122.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 186 | 0.83 | 0.16 | 0 | 0.27 | 191.3 | 0.71 | 0.43 |
| Hex | 20 | 9D | BA | 53 | 10 | 0 | 1B | BF | 47 | 2B |
| Octal | 40 | 235 | 272 | 123 | 20 | 0 | 33 | 277 | 107 | 53 |
| Binary | 100000 | 10011101 | 10111010 | 1010011 | 10000 | 0 | 11011 | 10111111 | 1000111 | 101011 |
Color Harmonies of #209DBA
Complementary color
Monochromatic Colors of #209DBA
Black with #209DBA
Text Example
Text Example
White with #209DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DBA; }
p { color: rgb(32,157,186); }
H1.HeaderClassName
{
color: #209DBA;
}
.AnyTagClassName
{
color: #209DBA;
}
</style>
background-color css
<style>
a { background-color: #209DBA; }
a { background-color: rgb(32,157,186); }
div.DivClassName
{
background-color: #209DBA;
}
.BgClassName
{
background-color: #209DBA;
}
</style>
border-color css
<style>
span { border-color: #209DBA; }
span { border-color: rgb(32,157,186); }
td.TdClassName
{
border-color: #209DBA;
}
.TagClassName
{
border-color: #209DBA;
}
</style>