Shades of Pelorous #1E8FBC
Tints of Pelorous #1E8FBC
RGB
CMYK
RGB Variations
Color information
#1E8FBC (or 0x1E8FBC) is known color: Pelorous. HEX triplet: 1E, 8F and BC. RGB value is (30,143,188). Sum of RGB (Red+Green+Blue) = 30+143+188=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8FBC is #E17043. Grayscale: #727272. Windows color (decimal): -14774340 or 12357406. OLE color: 12357406.
HSL color Cylindrical-coordinate representation of color #1E8FBC: hue angle of 197.09º 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 #1E8FBC is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 143 | 188 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.26 |
| HSL | 197.09º | 0.72% | 0.43% | - |
| HSV(B) | 197.09º | 0.84% | 0.74% | - |
| XYZ | 19.43 | 23.55 | 51.1 | - |
| YUV | 114.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 188 | 0.84 | 0.24 | 0 | 0.26 | 197.09 | 0.72 | 0.43 |
| Hex | 1E | 8F | BC | 54 | 18 | 0 | 1A | C5 | 48 | 2B |
| Octal | 36 | 217 | 274 | 124 | 30 | 0 | 32 | 305 | 110 | 53 |
| Binary | 11110 | 10001111 | 10111100 | 1010100 | 11000 | 0 | 11010 | 11000101 | 1001000 | 101011 |
Color Harmonies of #1E8FBC
Complementary color
Monochromatic Colors of #1E8FBC
Black with #1E8FBC
Text Example
Text Example
White with #1E8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8FBC; }
p { color: rgb(30,143,188); }
H1.HeaderClassName
{
color: #1E8FBC;
}
.AnyTagClassName
{
color: #1E8FBC;
}
</style>
background-color css
<style>
a { background-color: #1E8FBC; }
a { background-color: rgb(30,143,188); }
div.DivClassName
{
background-color: #1E8FBC;
}
.BgClassName
{
background-color: #1E8FBC;
}
</style>
border-color css
<style>
span { border-color: #1E8FBC; }
span { border-color: rgb(30,143,188); }
td.TdClassName
{
border-color: #1E8FBC;
}
.TagClassName
{
border-color: #1E8FBC;
}
</style>