Shades of Blue #1E15FB
Tints of Blue #1E15FB
RGB
CMYK
RGB Variations
Color information
#1E15FB (or 0x1E15FB) is known color: Blue. HEX triplet: 1E, 15 and FB. RGB value is (30,21,251). Sum of RGB (Red+Green+Blue) = 30+21+251=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E15FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E15FB is #E1EA04. Grayscale: #313131. Windows color (decimal): -14805509 or 16454942. OLE color: 16454942.
HSL color Cylindrical-coordinate representation of color #1E15FB: hue angle of 242.35º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E15FB is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 21 | 251 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.02 |
| HSL | 242.35º | 0.97% | 0.53% | - |
| HSV(B) | 242.35º | 0.92% | 0.98% | - |
| XYZ | 18.22 | 7.78 | 91.81 | - |
| YUV | 49.91 | 241.48 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 251 | 0.88 | 0.92 | 0 | 0.02 | 242.35 | 0.97 | 0.53 |
| Hex | 1E | 15 | FB | 58 | 5C | 0 | 2 | F2 | 61 | 35 |
| Octal | 36 | 25 | 373 | 130 | 134 | 0 | 2 | 362 | 141 | 65 |
| Binary | 11110 | 10101 | 11111011 | 1011000 | 1011100 | 0 | 10 | 11110010 | 1100001 | 110101 |
Color Harmonies of #1E15FB
Complementary color
Monochromatic Colors of #1E15FB
Black with #1E15FB
Text Example
Text Example
White with #1E15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E15FB; }
p { color: rgb(30,21,251); }
H1.HeaderClassName
{
color: #1E15FB;
}
.AnyTagClassName
{
color: #1E15FB;
}
</style>
background-color css
<style>
a { background-color: #1E15FB; }
a { background-color: rgb(30,21,251); }
div.DivClassName
{
background-color: #1E15FB;
}
.BgClassName
{
background-color: #1E15FB;
}
</style>
border-color css
<style>
span { border-color: #1E15FB; }
span { border-color: rgb(30,21,251); }
td.TdClassName
{
border-color: #1E15FB;
}
.TagClassName
{
border-color: #1E15FB;
}
</style>