Shades of Pelorous #2090CE
Tints of Pelorous #2090CE
RGB
CMYK
RGB Variations
Color information
#2090CE (or 0x2090CE) is known color: Pelorous. HEX triplet: 20, 90 and CE. RGB value is (32,144,206). Sum of RGB (Red+Green+Blue) = 32+144+206=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #2090CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2090CE is #DF6F31. Grayscale: #757575. Windows color (decimal): -14642994 or 13537312. OLE color: 13537312.
HSL color Cylindrical-coordinate representation of color #2090CE: hue angle of 201.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2090CE is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 144 | 206 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.19 |
| HSL | 201.38º | 0.73% | 0.47% | - |
| HSV(B) | 201.38º | 0.84% | 0.81% | - |
| XYZ | 21.71 | 24.71 | 62.02 | - |
| YUV | 117.58 | 177.89 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 206 | 0.84 | 0.30 | 0 | 0.19 | 201.38 | 0.73 | 0.47 |
| Hex | 20 | 90 | CE | 54 | 1E | 0 | 13 | C9 | 49 | 2F |
| Octal | 40 | 220 | 316 | 124 | 36 | 0 | 23 | 311 | 111 | 57 |
| Binary | 100000 | 10010000 | 11001110 | 1010100 | 11110 | 0 | 10011 | 11001001 | 1001001 | 101111 |
Color Harmonies of #2090CE
Complementary color
Monochromatic Colors of #2090CE
Black with #2090CE
Text Example
Text Example
White with #2090CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2090CE; }
p { color: rgb(32,144,206); }
H1.HeaderClassName
{
color: #2090CE;
}
.AnyTagClassName
{
color: #2090CE;
}
</style>
background-color css
<style>
a { background-color: #2090CE; }
a { background-color: rgb(32,144,206); }
div.DivClassName
{
background-color: #2090CE;
}
.BgClassName
{
background-color: #2090CE;
}
</style>
border-color css
<style>
span { border-color: #2090CE; }
span { border-color: rgb(32,144,206); }
td.TdClassName
{
border-color: #2090CE;
}
.TagClassName
{
border-color: #2090CE;
}
</style>