Shades of Pelorous #1E9AD1
Tints of Pelorous #1E9AD1
RGB
CMYK
RGB Variations
Color information
#1E9AD1 (or 0x1E9AD1) is known color: Pelorous. HEX triplet: 1E, 9A and D1. RGB value is (30,154,209). Sum of RGB (Red+Green+Blue) = 30+154+209=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E9AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9AD1 is #E1652E. Grayscale: #7A7A7A. Windows color (decimal): -14771503 or 13736478. OLE color: 13736478.
HSL color Cylindrical-coordinate representation of color #1E9AD1: hue angle of 198.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9AD1 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 154 | 209 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.18 |
| HSL | 198.44º | 0.75% | 0.47% | - |
| HSV(B) | 198.44º | 0.86% | 0.82% | - |
| XYZ | 23.6 | 27.99 | 64.48 | - |
| YUV | 123.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 209 | 0.86 | 0.26 | 0 | 0.18 | 198.44 | 0.75 | 0.47 |
| Hex | 1E | 9A | D1 | 56 | 1A | 0 | 12 | C6 | 4B | 2F |
| Octal | 36 | 232 | 321 | 126 | 32 | 0 | 22 | 306 | 113 | 57 |
| Binary | 11110 | 10011010 | 11010001 | 1010110 | 11010 | 0 | 10010 | 11000110 | 1001011 | 101111 |
Color Harmonies of #1E9AD1
Complementary color
Monochromatic Colors of #1E9AD1
Black with #1E9AD1
Text Example
Text Example
White with #1E9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9AD1; }
p { color: rgb(30,154,209); }
H1.HeaderClassName
{
color: #1E9AD1;
}
.AnyTagClassName
{
color: #1E9AD1;
}
</style>
background-color css
<style>
a { background-color: #1E9AD1; }
a { background-color: rgb(30,154,209); }
div.DivClassName
{
background-color: #1E9AD1;
}
.BgClassName
{
background-color: #1E9AD1;
}
</style>
border-color css
<style>
span { border-color: #1E9AD1; }
span { border-color: rgb(30,154,209); }
td.TdClassName
{
border-color: #1E9AD1;
}
.TagClassName
{
border-color: #1E9AD1;
}
</style>