Shades of Pelorous #209BCB
Tints of Pelorous #209BCB
RGB
CMYK
RGB Variations
Color information
#209BCB (or 0x209BCB) is known color: Pelorous. HEX triplet: 20, 9B and CB. RGB value is (32,155,203). Sum of RGB (Red+Green+Blue) = 32+155+203=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #209BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BCB is #DF6434. Grayscale: #7B7B7B. Windows color (decimal): -14640181 or 13343520. OLE color: 13343520.
HSL color Cylindrical-coordinate representation of color #209BCB: hue angle of 196.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209BCB is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 155 | 203 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.20 |
| HSL | 196.84º | 0.73% | 0.46% | - |
| HSV(B) | 196.84º | 0.84% | 0.8% | - |
| XYZ | 23.1 | 28.06 | 60.7 | - |
| YUV | 123.7 | 172.75 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 203 | 0.84 | 0.24 | 0 | 0.20 | 196.84 | 0.73 | 0.46 |
| Hex | 20 | 9B | CB | 54 | 18 | 0 | 14 | C5 | 49 | 2E |
| Octal | 40 | 233 | 313 | 124 | 30 | 0 | 24 | 305 | 111 | 56 |
| Binary | 100000 | 10011011 | 11001011 | 1010100 | 11000 | 0 | 10100 | 11000101 | 1001001 | 101110 |
Color Harmonies of #209BCB
Complementary color
Monochromatic Colors of #209BCB
Black with #209BCB
Text Example
Text Example
White with #209BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BCB; }
p { color: rgb(32,155,203); }
H1.HeaderClassName
{
color: #209BCB;
}
.AnyTagClassName
{
color: #209BCB;
}
</style>
background-color css
<style>
a { background-color: #209BCB; }
a { background-color: rgb(32,155,203); }
div.DivClassName
{
background-color: #209BCB;
}
.BgClassName
{
background-color: #209BCB;
}
</style>
border-color css
<style>
span { border-color: #209BCB; }
span { border-color: rgb(32,155,203); }
td.TdClassName
{
border-color: #209BCB;
}
.TagClassName
{
border-color: #209BCB;
}
</style>