Shades of Pelorous #1E8BBA
Tints of Pelorous #1E8BBA
RGB
CMYK
RGB Variations
Color information
#1E8BBA (or 0x1E8BBA) is known color: Pelorous. HEX triplet: 1E, 8B and BA. RGB value is (30,139,186). Sum of RGB (Red+Green+Blue) = 30+139+186=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E8BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8BBA is #E17445. Grayscale: #6F6F6F. Windows color (decimal): -14775366 or 12225310. OLE color: 12225310.
HSL color Cylindrical-coordinate representation of color #1E8BBA: hue angle of 198.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8BBA is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 139 | 186 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.27 |
| HSL | 198.08º | 0.72% | 0.42% | - |
| HSV(B) | 198.08º | 0.84% | 0.73% | - |
| XYZ | 18.63 | 22.29 | 49.77 | - |
| YUV | 111.77 | 169.89 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 186 | 0.84 | 0.25 | 0 | 0.27 | 198.08 | 0.72 | 0.42 |
| Hex | 1E | 8B | BA | 54 | 19 | 0 | 1B | C6 | 48 | 2A |
| Octal | 36 | 213 | 272 | 124 | 31 | 0 | 33 | 306 | 110 | 52 |
| Binary | 11110 | 10001011 | 10111010 | 1010100 | 11001 | 0 | 11011 | 11000110 | 1001000 | 101010 |
Color Harmonies of #1E8BBA
Complementary color
Monochromatic Colors of #1E8BBA
Black with #1E8BBA
Text Example
Text Example
White with #1E8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BBA; }
p { color: rgb(30,139,186); }
H1.HeaderClassName
{
color: #1E8BBA;
}
.AnyTagClassName
{
color: #1E8BBA;
}
</style>
background-color css
<style>
a { background-color: #1E8BBA; }
a { background-color: rgb(30,139,186); }
div.DivClassName
{
background-color: #1E8BBA;
}
.BgClassName
{
background-color: #1E8BBA;
}
</style>
border-color css
<style>
span { border-color: #1E8BBA; }
span { border-color: rgb(30,139,186); }
td.TdClassName
{
border-color: #1E8BBA;
}
.TagClassName
{
border-color: #1E8BBA;
}
</style>