Shades of Pelorous #2090CA
Tints of Pelorous #2090CA
RGB
CMYK
RGB Variations
Color information
#2090CA (or 0x2090CA) is known color: Pelorous. HEX triplet: 20, 90 and CA. RGB value is (32,144,202). Sum of RGB (Red+Green+Blue) = 32+144+202=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #2090CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2090CA is #DF6F35. Grayscale: #747474. Windows color (decimal): -14642998 or 13275168. OLE color: 13275168.
HSL color Cylindrical-coordinate representation of color #2090CA: hue angle of 200.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2090CA is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 144 | 202 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.21 |
| HSL | 200.47º | 0.73% | 0.46% | - |
| HSV(B) | 200.47º | 0.84% | 0.79% | - |
| XYZ | 21.23 | 24.52 | 59.49 | - |
| YUV | 117.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 202 | 0.84 | 0.29 | 0 | 0.21 | 200.47 | 0.73 | 0.46 |
| Hex | 20 | 90 | CA | 54 | 1D | 0 | 15 | C8 | 49 | 2E |
| Octal | 40 | 220 | 312 | 124 | 35 | 0 | 25 | 310 | 111 | 56 |
| Binary | 100000 | 10010000 | 11001010 | 1010100 | 11101 | 0 | 10101 | 11001000 | 1001001 | 101110 |
Color Harmonies of #2090CA
Complementary color
Monochromatic Colors of #2090CA
Black with #2090CA
Text Example
Text Example
White with #2090CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2090CA; }
p { color: rgb(32,144,202); }
H1.HeaderClassName
{
color: #2090CA;
}
.AnyTagClassName
{
color: #2090CA;
}
</style>
background-color css
<style>
a { background-color: #2090CA; }
a { background-color: rgb(32,144,202); }
div.DivClassName
{
background-color: #2090CA;
}
.BgClassName
{
background-color: #2090CA;
}
</style>
border-color css
<style>
span { border-color: #2090CA; }
span { border-color: rgb(32,144,202); }
td.TdClassName
{
border-color: #2090CA;
}
.TagClassName
{
border-color: #2090CA;
}
</style>