Shades of Pelorous #1987CB
Tints of Pelorous #1987CB
RGB
CMYK
RGB Variations
Color information
#1987CB (or 0x1987CB) is known color: Pelorous. HEX triplet: 19, 87 and CB. RGB value is (25,135,203). Sum of RGB (Red+Green+Blue) = 25+135+203=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #1987CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987CB is #E67834. Grayscale: #6D6D6D. Windows color (decimal): -15104053 or 13338393. OLE color: 13338393.
HSL color Cylindrical-coordinate representation of color #1987CB: hue angle of 202.92º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1987CB is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 135 | 203 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.20 |
| HSL | 202.92º | 0.78% | 0.45% | - |
| HSV(B) | 202.92º | 0.88% | 0.8% | - |
| XYZ | 19.84 | 21.85 | 59.67 | - |
| YUV | 109.86 | 180.56 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 203 | 0.88 | 0.33 | 0 | 0.20 | 202.92 | 0.78 | 0.45 |
| Hex | 19 | 87 | CB | 58 | 21 | 0 | 14 | CB | 4E | 2D |
| Octal | 31 | 207 | 313 | 130 | 41 | 0 | 24 | 313 | 116 | 55 |
| Binary | 11001 | 10000111 | 11001011 | 1011000 | 100001 | 0 | 10100 | 11001011 | 1001110 | 101101 |
Color Harmonies of #1987CB
Complementary color
Monochromatic Colors of #1987CB
Black with #1987CB
Text Example
Text Example
White with #1987CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987CB; }
p { color: rgb(25,135,203); }
H1.HeaderClassName
{
color: #1987CB;
}
.AnyTagClassName
{
color: #1987CB;
}
</style>
background-color css
<style>
a { background-color: #1987CB; }
a { background-color: rgb(25,135,203); }
div.DivClassName
{
background-color: #1987CB;
}
.BgClassName
{
background-color: #1987CB;
}
</style>
border-color css
<style>
span { border-color: #1987CB; }
span { border-color: rgb(25,135,203); }
td.TdClassName
{
border-color: #1987CB;
}
.TagClassName
{
border-color: #1987CB;
}
</style>