Shades of Pelorous #2190CF
Tints of Pelorous #2190CF
RGB
CMYK
RGB Variations
Color information
#2190CF (or 0x2190CF) is known color: Pelorous. HEX triplet: 21, 90 and CF. RGB value is (33,144,207). Sum of RGB (Red+Green+Blue) = 33+144+207=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #2190CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190CF is #DE6F30. Grayscale: #757575. Windows color (decimal): -14577457 or 13602849. OLE color: 13602849.
HSL color Cylindrical-coordinate representation of color #2190CF: hue angle of 201.72º 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 #2190CF is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 144 | 207 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.19 |
| HSL | 201.72º | 0.73% | 0.47% | - |
| HSV(B) | 201.72º | 0.84% | 0.81% | - |
| XYZ | 21.86 | 24.77 | 62.66 | - |
| YUV | 117.99 | 178.23 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 207 | 0.84 | 0.30 | 0 | 0.19 | 201.72 | 0.73 | 0.47 |
| Hex | 21 | 90 | CF | 54 | 1E | 0 | 13 | CA | 48 | 2F |
| Octal | 41 | 220 | 317 | 124 | 36 | 0 | 23 | 312 | 110 | 57 |
| Binary | 100001 | 10010000 | 11001111 | 1010100 | 11110 | 0 | 10011 | 11001010 | 1001000 | 101111 |
Color Harmonies of #2190CF
Complementary color
Monochromatic Colors of #2190CF
Black with #2190CF
Text Example
Text Example
White with #2190CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190CF; }
p { color: rgb(33,144,207); }
H1.HeaderClassName
{
color: #2190CF;
}
.AnyTagClassName
{
color: #2190CF;
}
</style>
background-color css
<style>
a { background-color: #2190CF; }
a { background-color: rgb(33,144,207); }
div.DivClassName
{
background-color: #2190CF;
}
.BgClassName
{
background-color: #2190CF;
}
</style>
border-color css
<style>
span { border-color: #2190CF; }
span { border-color: rgb(33,144,207); }
td.TdClassName
{
border-color: #2190CF;
}
.TagClassName
{
border-color: #2190CF;
}
</style>