Shades of Blue #1E29FB
Tints of Blue #1E29FB
RGB
CMYK
RGB Variations
Color information
#1E29FB (or 0x1E29FB) is known color: Blue. HEX triplet: 1E, 29 and FB. RGB value is (30,41,251). Sum of RGB (Red+Green+Blue) = 30+41+251=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E29FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E29FB is #E1D604. Grayscale: #3C3C3C. Windows color (decimal): -14800389 or 16460062. OLE color: 16460062.
HSL color Cylindrical-coordinate representation of color #1E29FB: hue angle of 237.01º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E29FB is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 41 | 251 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.02 |
| HSL | 237.01º | 0.97% | 0.55% | - |
| HSV(B) | 237.01º | 0.88% | 0.98% | - |
| XYZ | 18.74 | 8.83 | 91.98 | - |
| YUV | 61.65 | 234.86 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 251 | 0.88 | 0.84 | 0 | 0.02 | 237.01 | 0.97 | 0.55 |
| Hex | 1E | 29 | FB | 58 | 54 | 0 | 2 | ED | 61 | 37 |
| Octal | 36 | 51 | 373 | 130 | 124 | 0 | 2 | 355 | 141 | 67 |
| Binary | 11110 | 101001 | 11111011 | 1011000 | 1010100 | 0 | 10 | 11101101 | 1100001 | 110111 |
Color Harmonies of #1E29FB
Complementary color
Monochromatic Colors of #1E29FB
Black with #1E29FB
Text Example
Text Example
White with #1E29FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E29FB; }
p { color: rgb(30,41,251); }
H1.HeaderClassName
{
color: #1E29FB;
}
.AnyTagClassName
{
color: #1E29FB;
}
</style>
background-color css
<style>
a { background-color: #1E29FB; }
a { background-color: rgb(30,41,251); }
div.DivClassName
{
background-color: #1E29FB;
}
.BgClassName
{
background-color: #1E29FB;
}
</style>
border-color css
<style>
span { border-color: #1E29FB; }
span { border-color: rgb(30,41,251); }
td.TdClassName
{
border-color: #1E29FB;
}
.TagClassName
{
border-color: #1E29FB;
}
</style>