Shades of Pelorous #1C8DCA
Tints of Pelorous #1C8DCA
RGB
CMYK
RGB Variations
Color information
#1C8DCA (or 0x1C8DCA) is known color: Pelorous. HEX triplet: 1C, 8D and CA. RGB value is (28,141,202). Sum of RGB (Red+Green+Blue) = 28+141+202=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C8DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8DCA is #E37235. Grayscale: #717171. Windows color (decimal): -14905910 or 13274396. OLE color: 13274396.
HSL color Cylindrical-coordinate representation of color #1C8DCA: hue angle of 201.03º 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 #1C8DCA is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 141 | 202 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.21 |
| HSL | 201.03º | 0.76% | 0.45% | - |
| HSV(B) | 201.03º | 0.86% | 0.79% | - |
| XYZ | 20.66 | 23.56 | 59.34 | - |
| YUV | 114.17 | 177.56 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 202 | 0.86 | 0.30 | 0 | 0.21 | 201.03 | 0.76 | 0.45 |
| Hex | 1C | 8D | CA | 56 | 1E | 0 | 15 | C9 | 4C | 2D |
| Octal | 34 | 215 | 312 | 126 | 36 | 0 | 25 | 311 | 114 | 55 |
| Binary | 11100 | 10001101 | 11001010 | 1010110 | 11110 | 0 | 10101 | 11001001 | 1001100 | 101101 |
Color Harmonies of #1C8DCA
Complementary color
Monochromatic Colors of #1C8DCA
Black with #1C8DCA
Text Example
Text Example
White with #1C8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8DCA; }
p { color: rgb(28,141,202); }
H1.HeaderClassName
{
color: #1C8DCA;
}
.AnyTagClassName
{
color: #1C8DCA;
}
</style>
background-color css
<style>
a { background-color: #1C8DCA; }
a { background-color: rgb(28,141,202); }
div.DivClassName
{
background-color: #1C8DCA;
}
.BgClassName
{
background-color: #1C8DCA;
}
</style>
border-color css
<style>
span { border-color: #1C8DCA; }
span { border-color: rgb(28,141,202); }
td.TdClassName
{
border-color: #1C8DCA;
}
.TagClassName
{
border-color: #1C8DCA;
}
</style>