Shades of Pelorous #1C87CA
Tints of Pelorous #1C87CA
RGB
CMYK
RGB Variations
Color information
#1C87CA (or 0x1C87CA) is known color: Pelorous. HEX triplet: 1C, 87 and CA. RGB value is (28,135,202). Sum of RGB (Red+Green+Blue) = 28+135+202=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C87CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C87CA is #E37835. Grayscale: #6E6E6E. Windows color (decimal): -14907446 or 13272860. OLE color: 13272860.
HSL color Cylindrical-coordinate representation of color #1C87CA: hue angle of 203.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C87CA is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 135 | 202 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.21 |
| HSL | 203.1º | 0.76% | 0.45% | - |
| HSV(B) | 203.1º | 0.86% | 0.79% | - |
| XYZ | 19.8 | 21.84 | 59.05 | - |
| YUV | 110.65 | 179.55 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 202 | 0.86 | 0.33 | 0 | 0.21 | 203.1 | 0.76 | 0.45 |
| Hex | 1C | 87 | CA | 56 | 21 | 0 | 15 | CB | 4C | 2D |
| Octal | 34 | 207 | 312 | 126 | 41 | 0 | 25 | 313 | 114 | 55 |
| Binary | 11100 | 10000111 | 11001010 | 1010110 | 100001 | 0 | 10101 | 11001011 | 1001100 | 101101 |
Color Harmonies of #1C87CA
Complementary color
Monochromatic Colors of #1C87CA
Black with #1C87CA
Text Example
Text Example
White with #1C87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C87CA; }
p { color: rgb(28,135,202); }
H1.HeaderClassName
{
color: #1C87CA;
}
.AnyTagClassName
{
color: #1C87CA;
}
</style>
background-color css
<style>
a { background-color: #1C87CA; }
a { background-color: rgb(28,135,202); }
div.DivClassName
{
background-color: #1C87CA;
}
.BgClassName
{
background-color: #1C87CA;
}
</style>
border-color css
<style>
span { border-color: #1C87CA; }
span { border-color: rgb(28,135,202); }
td.TdClassName
{
border-color: #1C87CA;
}
.TagClassName
{
border-color: #1C87CA;
}
</style>