Shades of Pelorous #1E8FAD
Tints of Pelorous #1E8FAD
RGB
CMYK
RGB Variations
Color information
#1E8FAD (or 0x1E8FAD) is known color: Pelorous. HEX triplet: 1E, 8F and AD. RGB value is (30,143,173). Sum of RGB (Red+Green+Blue) = 30+143+173=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E8FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8FAD is #E17052. Grayscale: #707070. Windows color (decimal): -14774355 or 11374366. OLE color: 11374366.
HSL color Cylindrical-coordinate representation of color #1E8FAD: hue angle of 192.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E8FAD is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 143 | 173 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.32 |
| HSL | 192.59º | 0.7% | 0.4% | - |
| HSV(B) | 192.59º | 0.83% | 0.68% | - |
| XYZ | 17.9 | 22.94 | 43.02 | - |
| YUV | 112.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 173 | 0.83 | 0.17 | 0 | 0.32 | 192.59 | 0.7 | 0.4 |
| Hex | 1E | 8F | AD | 53 | 11 | 0 | 20 | C1 | 46 | 28 |
| Octal | 36 | 217 | 255 | 123 | 21 | 0 | 40 | 301 | 106 | 50 |
| Binary | 11110 | 10001111 | 10101101 | 1010011 | 10001 | 0 | 100000 | 11000001 | 1000110 | 101000 |
Color Harmonies of #1E8FAD
Complementary color
Monochromatic Colors of #1E8FAD
Black with #1E8FAD
Text Example
Text Example
White with #1E8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8FAD; }
p { color: rgb(30,143,173); }
H1.HeaderClassName
{
color: #1E8FAD;
}
.AnyTagClassName
{
color: #1E8FAD;
}
</style>
background-color css
<style>
a { background-color: #1E8FAD; }
a { background-color: rgb(30,143,173); }
div.DivClassName
{
background-color: #1E8FAD;
}
.BgClassName
{
background-color: #1E8FAD;
}
</style>
border-color css
<style>
span { border-color: #1E8FAD; }
span { border-color: rgb(30,143,173); }
td.TdClassName
{
border-color: #1E8FAD;
}
.TagClassName
{
border-color: #1E8FAD;
}
</style>