Shades of Pelorous #1E8FBA
Tints of Pelorous #1E8FBA
RGB
CMYK
RGB Variations
Color information
#1E8FBA (or 0x1E8FBA) is known color: Pelorous. HEX triplet: 1E, 8F and BA. RGB value is (30,143,186). Sum of RGB (Red+Green+Blue) = 30+143+186=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8FBA is #E17045. Grayscale: #717171. Windows color (decimal): -14774342 or 12226334. OLE color: 12226334.
HSL color Cylindrical-coordinate representation of color #1E8FBA: hue angle of 196.54º 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 #1E8FBA is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 143 | 186 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.27 |
| HSL | 196.54º | 0.72% | 0.42% | - |
| HSV(B) | 196.54º | 0.84% | 0.73% | - |
| XYZ | 19.22 | 23.47 | 49.97 | - |
| YUV | 114.12 | 168.56 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 186 | 0.84 | 0.23 | 0 | 0.27 | 196.54 | 0.72 | 0.42 |
| Hex | 1E | 8F | BA | 54 | 17 | 0 | 1B | C5 | 48 | 2A |
| Octal | 36 | 217 | 272 | 124 | 27 | 0 | 33 | 305 | 110 | 52 |
| Binary | 11110 | 10001111 | 10111010 | 1010100 | 10111 | 0 | 11011 | 11000101 | 1001000 | 101010 |
Color Harmonies of #1E8FBA
Complementary color
Monochromatic Colors of #1E8FBA
Black with #1E8FBA
Text Example
Text Example
White with #1E8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8FBA; }
p { color: rgb(30,143,186); }
H1.HeaderClassName
{
color: #1E8FBA;
}
.AnyTagClassName
{
color: #1E8FBA;
}
</style>
background-color css
<style>
a { background-color: #1E8FBA; }
a { background-color: rgb(30,143,186); }
div.DivClassName
{
background-color: #1E8FBA;
}
.BgClassName
{
background-color: #1E8FBA;
}
</style>
border-color css
<style>
span { border-color: #1E8FBA; }
span { border-color: rgb(30,143,186); }
td.TdClassName
{
border-color: #1E8FBA;
}
.TagClassName
{
border-color: #1E8FBA;
}
</style>