Shades of Pelorous #209CCB
Tints of Pelorous #209CCB
RGB
CMYK
RGB Variations
Color information
#209CCB (or 0x209CCB) is known color: Pelorous. HEX triplet: 20, 9C and CB. RGB value is (32,156,203). Sum of RGB (Red+Green+Blue) = 32+156+203=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #209CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CCB is #DF6334. Grayscale: #7B7B7B. Windows color (decimal): -14639925 or 13343776. OLE color: 13343776.
HSL color Cylindrical-coordinate representation of color #209CCB: hue angle of 196.49º 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 #209CCB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 156 | 203 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.20 |
| HSL | 196.49º | 0.73% | 0.46% | - |
| HSV(B) | 196.49º | 0.84% | 0.8% | - |
| XYZ | 23.26 | 28.4 | 60.75 | - |
| YUV | 124.28 | 172.42 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 203 | 0.84 | 0.23 | 0 | 0.20 | 196.49 | 0.73 | 0.46 |
| Hex | 20 | 9C | CB | 54 | 17 | 0 | 14 | C4 | 49 | 2E |
| Octal | 40 | 234 | 313 | 124 | 27 | 0 | 24 | 304 | 111 | 56 |
| Binary | 100000 | 10011100 | 11001011 | 1010100 | 10111 | 0 | 10100 | 11000100 | 1001001 | 101110 |
Color Harmonies of #209CCB
Complementary color
Monochromatic Colors of #209CCB
Black with #209CCB
Text Example
Text Example
White with #209CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CCB; }
p { color: rgb(32,156,203); }
H1.HeaderClassName
{
color: #209CCB;
}
.AnyTagClassName
{
color: #209CCB;
}
</style>
background-color css
<style>
a { background-color: #209CCB; }
a { background-color: rgb(32,156,203); }
div.DivClassName
{
background-color: #209CCB;
}
.BgClassName
{
background-color: #209CCB;
}
</style>
border-color css
<style>
span { border-color: #209CCB; }
span { border-color: rgb(32,156,203); }
td.TdClassName
{
border-color: #209CCB;
}
.TagClassName
{
border-color: #209CCB;
}
</style>