Shades of Pelorous #1C87C2
Tints of Pelorous #1C87C2
RGB
CMYK
RGB Variations
Color information
#1C87C2 (or 0x1C87C2) is known color: Pelorous. HEX triplet: 1C, 87 and C2. RGB value is (28,135,194). Sum of RGB (Red+Green+Blue) = 28+135+194=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C87C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C87C2 is #E3783D. Grayscale: #6D6D6D. Windows color (decimal): -14907454 or 12748572. OLE color: 12748572.
HSL color Cylindrical-coordinate representation of color #1C87C2: hue angle of 201.33º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C87C2 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 135 | 194 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.24 |
| HSL | 201.33º | 0.75% | 0.44% | - |
| HSV(B) | 201.33º | 0.86% | 0.76% | - |
| XYZ | 18.88 | 21.47 | 54.19 | - |
| YUV | 109.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 194 | 0.86 | 0.30 | 0 | 0.24 | 201.33 | 0.75 | 0.44 |
| Hex | 1C | 87 | C2 | 56 | 1E | 0 | 18 | C9 | 4B | 2C |
| Octal | 34 | 207 | 302 | 126 | 36 | 0 | 30 | 311 | 113 | 54 |
| Binary | 11100 | 10000111 | 11000010 | 1010110 | 11110 | 0 | 11000 | 11001001 | 1001011 | 101100 |
Color Harmonies of #1C87C2
Complementary color
Monochromatic Colors of #1C87C2
Black with #1C87C2
Text Example
Text Example
White with #1C87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C87C2; }
p { color: rgb(28,135,194); }
H1.HeaderClassName
{
color: #1C87C2;
}
.AnyTagClassName
{
color: #1C87C2;
}
</style>
background-color css
<style>
a { background-color: #1C87C2; }
a { background-color: rgb(28,135,194); }
div.DivClassName
{
background-color: #1C87C2;
}
.BgClassName
{
background-color: #1C87C2;
}
</style>
border-color css
<style>
span { border-color: #1C87C2; }
span { border-color: rgb(28,135,194); }
td.TdClassName
{
border-color: #1C87C2;
}
.TagClassName
{
border-color: #1C87C2;
}
</style>