Shades of Pelorous #1E8BBF
Tints of Pelorous #1E8BBF
RGB
CMYK
RGB Variations
Color information
#1E8BBF (or 0x1E8BBF) is known color: Pelorous. HEX triplet: 1E, 8B and BF. RGB value is (30,139,191). Sum of RGB (Red+Green+Blue) = 30+139+191=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E8BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8BBF is #E17440. Grayscale: #707070. Windows color (decimal): -14775361 or 12552990. OLE color: 12552990.
HSL color Cylindrical-coordinate representation of color #1E8BBF: hue angle of 199.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8BBF is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 139 | 191 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.25 |
| HSL | 199.38º | 0.73% | 0.43% | - |
| HSV(B) | 199.38º | 0.84% | 0.75% | - |
| XYZ | 19.17 | 22.5 | 52.62 | - |
| YUV | 112.34 | 172.39 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 191 | 0.84 | 0.27 | 0 | 0.25 | 199.38 | 0.73 | 0.43 |
| Hex | 1E | 8B | BF | 54 | 1B | 0 | 19 | C7 | 49 | 2B |
| Octal | 36 | 213 | 277 | 124 | 33 | 0 | 31 | 307 | 111 | 53 |
| Binary | 11110 | 10001011 | 10111111 | 1010100 | 11011 | 0 | 11001 | 11000111 | 1001001 | 101011 |
Color Harmonies of #1E8BBF
Complementary color
Monochromatic Colors of #1E8BBF
Black with #1E8BBF
Text Example
Text Example
White with #1E8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BBF; }
p { color: rgb(30,139,191); }
H1.HeaderClassName
{
color: #1E8BBF;
}
.AnyTagClassName
{
color: #1E8BBF;
}
</style>
background-color css
<style>
a { background-color: #1E8BBF; }
a { background-color: rgb(30,139,191); }
div.DivClassName
{
background-color: #1E8BBF;
}
.BgClassName
{
background-color: #1E8BBF;
}
</style>
border-color css
<style>
span { border-color: #1E8BBF; }
span { border-color: rgb(30,139,191); }
td.TdClassName
{
border-color: #1E8BBF;
}
.TagClassName
{
border-color: #1E8BBF;
}
</style>