Shades of Pelorous #2097CB
Tints of Pelorous #2097CB
RGB
CMYK
RGB Variations
Color information
#2097CB (or 0x2097CB) is known color: Pelorous. HEX triplet: 20, 97 and CB. RGB value is (32,151,203). Sum of RGB (Red+Green+Blue) = 32+151+203=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #2097CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2097CB is #DF6834. Grayscale: #797979. Windows color (decimal): -14641205 or 13342496. OLE color: 13342496.
HSL color Cylindrical-coordinate representation of color #2097CB: hue angle of 198.25º 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 #2097CB is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 151 | 203 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.20 |
| HSL | 198.25º | 0.73% | 0.46% | - |
| HSV(B) | 198.25º | 0.84% | 0.8% | - |
| XYZ | 22.44 | 26.75 | 60.48 | - |
| YUV | 121.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 203 | 0.84 | 0.26 | 0 | 0.20 | 198.25 | 0.73 | 0.46 |
| Hex | 20 | 97 | CB | 54 | 1A | 0 | 14 | C6 | 49 | 2E |
| Octal | 40 | 227 | 313 | 124 | 32 | 0 | 24 | 306 | 111 | 56 |
| Binary | 100000 | 10010111 | 11001011 | 1010100 | 11010 | 0 | 10100 | 11000110 | 1001001 | 101110 |
Color Harmonies of #2097CB
Complementary color
Monochromatic Colors of #2097CB
Black with #2097CB
Text Example
Text Example
White with #2097CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097CB; }
p { color: rgb(32,151,203); }
H1.HeaderClassName
{
color: #2097CB;
}
.AnyTagClassName
{
color: #2097CB;
}
</style>
background-color css
<style>
a { background-color: #2097CB; }
a { background-color: rgb(32,151,203); }
div.DivClassName
{
background-color: #2097CB;
}
.BgClassName
{
background-color: #2097CB;
}
</style>
border-color css
<style>
span { border-color: #2097CB; }
span { border-color: rgb(32,151,203); }
td.TdClassName
{
border-color: #2097CB;
}
.TagClassName
{
border-color: #2097CB;
}
</style>