Shades of Pelorous #2097CF
Tints of Pelorous #2097CF
RGB
CMYK
RGB Variations
Color information
#2097CF (or 0x2097CF) is known color: Pelorous. HEX triplet: 20, 97 and CF. RGB value is (32,151,207). Sum of RGB (Red+Green+Blue) = 32+151+207=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2097CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2097CF is #DF6830. Grayscale: #797979. Windows color (decimal): -14641201 or 13604640. OLE color: 13604640.
HSL color Cylindrical-coordinate representation of color #2097CF: hue angle of 199.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2097CF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 151 | 207 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.19 |
| HSL | 199.2º | 0.73% | 0.47% | - |
| HSV(B) | 199.2º | 0.85% | 0.81% | - |
| XYZ | 22.92 | 26.95 | 63.02 | - |
| YUV | 121.8 | 176.08 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 207 | 0.85 | 0.27 | 0 | 0.19 | 199.2 | 0.73 | 0.47 |
| Hex | 20 | 97 | CF | 55 | 1B | 0 | 13 | C7 | 49 | 2F |
| Octal | 40 | 227 | 317 | 125 | 33 | 0 | 23 | 307 | 111 | 57 |
| Binary | 100000 | 10010111 | 11001111 | 1010101 | 11011 | 0 | 10011 | 11000111 | 1001001 | 101111 |
Color Harmonies of #2097CF
Complementary color
Monochromatic Colors of #2097CF
Black with #2097CF
Text Example
Text Example
White with #2097CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097CF; }
p { color: rgb(32,151,207); }
H1.HeaderClassName
{
color: #2097CF;
}
.AnyTagClassName
{
color: #2097CF;
}
</style>
background-color css
<style>
a { background-color: #2097CF; }
a { background-color: rgb(32,151,207); }
div.DivClassName
{
background-color: #2097CF;
}
.BgClassName
{
background-color: #2097CF;
}
</style>
border-color css
<style>
span { border-color: #2097CF; }
span { border-color: rgb(32,151,207); }
td.TdClassName
{
border-color: #2097CF;
}
.TagClassName
{
border-color: #2097CF;
}
</style>