Shades of Pelorous #1E96CF
Tints of Pelorous #1E96CF
RGB
CMYK
RGB Variations
Color information
#1E96CF (or 0x1E96CF) is known color: Pelorous. HEX triplet: 1E, 96 and CF. RGB value is (30,150,207). Sum of RGB (Red+Green+Blue) = 30+150+207=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E96CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96CF is #E16930. Grayscale: #787878. Windows color (decimal): -14772529 or 13604382. OLE color: 13604382.
HSL color Cylindrical-coordinate representation of color #1E96CF: hue angle of 199.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E96CF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 150 | 207 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.19 |
| HSL | 199.32º | 0.75% | 0.46% | - |
| HSV(B) | 199.32º | 0.86% | 0.81% | - |
| XYZ | 22.7 | 26.59 | 62.97 | - |
| YUV | 120.62 | 176.74 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 207 | 0.86 | 0.28 | 0 | 0.19 | 199.32 | 0.75 | 0.46 |
| Hex | 1E | 96 | CF | 56 | 1C | 0 | 13 | C7 | 4B | 2E |
| Octal | 36 | 226 | 317 | 126 | 34 | 0 | 23 | 307 | 113 | 56 |
| Binary | 11110 | 10010110 | 11001111 | 1010110 | 11100 | 0 | 10011 | 11000111 | 1001011 | 101110 |
Color Harmonies of #1E96CF
Complementary color
Monochromatic Colors of #1E96CF
Black with #1E96CF
Text Example
Text Example
White with #1E96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E96CF; }
p { color: rgb(30,150,207); }
H1.HeaderClassName
{
color: #1E96CF;
}
.AnyTagClassName
{
color: #1E96CF;
}
</style>
background-color css
<style>
a { background-color: #1E96CF; }
a { background-color: rgb(30,150,207); }
div.DivClassName
{
background-color: #1E96CF;
}
.BgClassName
{
background-color: #1E96CF;
}
</style>
border-color css
<style>
span { border-color: #1E96CF; }
span { border-color: rgb(30,150,207); }
td.TdClassName
{
border-color: #1E96CF;
}
.TagClassName
{
border-color: #1E96CF;
}
</style>