Shades of Pelorous #1E9FBA
Tints of Pelorous #1E9FBA
RGB
CMYK
RGB Variations
Color information
#1E9FBA (or 0x1E9FBA) is known color: Pelorous. HEX triplet: 1E, 9F and BA. RGB value is (30,159,186). Sum of RGB (Red+Green+Blue) = 30+159+186=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E9FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FBA is #E16045. Grayscale: #7B7B7B. Windows color (decimal): -14770246 or 12230430. OLE color: 12230430.
HSL color Cylindrical-coordinate representation of color #1E9FBA: hue angle of 190.38º 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 #1E9FBA is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 159 | 186 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.27 |
| HSL | 190.38º | 0.72% | 0.42% | - |
| HSV(B) | 190.38º | 0.84% | 0.73% | - |
| XYZ | 21.8 | 28.62 | 50.83 | - |
| YUV | 123.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 186 | 0.84 | 0.15 | 0 | 0.27 | 190.38 | 0.72 | 0.42 |
| Hex | 1E | 9F | BA | 54 | F | 0 | 1B | BE | 48 | 2A |
| Octal | 36 | 237 | 272 | 124 | 17 | 0 | 33 | 276 | 110 | 52 |
| Binary | 11110 | 10011111 | 10111010 | 1010100 | 1111 | 0 | 11011 | 10111110 | 1001000 | 101010 |
Color Harmonies of #1E9FBA
Complementary color
Monochromatic Colors of #1E9FBA
Black with #1E9FBA
Text Example
Text Example
White with #1E9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FBA; }
p { color: rgb(30,159,186); }
H1.HeaderClassName
{
color: #1E9FBA;
}
.AnyTagClassName
{
color: #1E9FBA;
}
</style>
background-color css
<style>
a { background-color: #1E9FBA; }
a { background-color: rgb(30,159,186); }
div.DivClassName
{
background-color: #1E9FBA;
}
.BgClassName
{
background-color: #1E9FBA;
}
</style>
border-color css
<style>
span { border-color: #1E9FBA; }
span { border-color: rgb(30,159,186); }
td.TdClassName
{
border-color: #1E9FBA;
}
.TagClassName
{
border-color: #1E9FBA;
}
</style>