Shades of Pelorous #1E8CBC
Tints of Pelorous #1E8CBC
RGB
CMYK
RGB Variations
Color information
#1E8CBC (or 0x1E8CBC) is known color: Pelorous. HEX triplet: 1E, 8C and BC. RGB value is (30,140,188). Sum of RGB (Red+Green+Blue) = 30+140+188=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8CBC is #E17343. Grayscale: #707070. Windows color (decimal): -14775108 or 12356638. OLE color: 12356638.
HSL color Cylindrical-coordinate representation of color #1E8CBC: hue angle of 198.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8CBC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 140 | 188 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.26 |
| HSL | 198.23º | 0.72% | 0.43% | - |
| HSV(B) | 198.23º | 0.84% | 0.74% | - |
| XYZ | 18.99 | 22.66 | 50.95 | - |
| YUV | 112.58 | 170.56 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 188 | 0.84 | 0.26 | 0 | 0.26 | 198.23 | 0.72 | 0.43 |
| Hex | 1E | 8C | BC | 54 | 1A | 0 | 1A | C6 | 48 | 2B |
| Octal | 36 | 214 | 274 | 124 | 32 | 0 | 32 | 306 | 110 | 53 |
| Binary | 11110 | 10001100 | 10111100 | 1010100 | 11010 | 0 | 11010 | 11000110 | 1001000 | 101011 |
Color Harmonies of #1E8CBC
Complementary color
Monochromatic Colors of #1E8CBC
Black with #1E8CBC
Text Example
Text Example
White with #1E8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8CBC; }
p { color: rgb(30,140,188); }
H1.HeaderClassName
{
color: #1E8CBC;
}
.AnyTagClassName
{
color: #1E8CBC;
}
</style>
background-color css
<style>
a { background-color: #1E8CBC; }
a { background-color: rgb(30,140,188); }
div.DivClassName
{
background-color: #1E8CBC;
}
.BgClassName
{
background-color: #1E8CBC;
}
</style>
border-color css
<style>
span { border-color: #1E8CBC; }
span { border-color: rgb(30,140,188); }
td.TdClassName
{
border-color: #1E8CBC;
}
.TagClassName
{
border-color: #1E8CBC;
}
</style>