Shades of Blue #1E1CFB
Tints of Blue #1E1CFB
RGB
CMYK
RGB Variations
Color information
#1E1CFB (or 0x1E1CFB) is known color: Blue. HEX triplet: 1E, 1C and FB. RGB value is (30,28,251). Sum of RGB (Red+Green+Blue) = 30+28+251=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E1CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1CFB is #E1E304. Grayscale: #353535. Windows color (decimal): -14803717 or 16456734. OLE color: 16456734.
HSL color Cylindrical-coordinate representation of color #1E1CFB: hue angle of 240.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1CFB is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 28 | 251 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.02 |
| HSL | 240.54º | 0.97% | 0.55% | - |
| HSV(B) | 240.54º | 0.89% | 0.98% | - |
| XYZ | 18.36 | 8.07 | 91.86 | - |
| YUV | 54.02 | 239.16 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 251 | 0.88 | 0.89 | 0 | 0.02 | 240.54 | 0.97 | 0.55 |
| Hex | 1E | 1C | FB | 58 | 59 | 0 | 2 | F1 | 61 | 37 |
| Octal | 36 | 34 | 373 | 130 | 131 | 0 | 2 | 361 | 141 | 67 |
| Binary | 11110 | 11100 | 11111011 | 1011000 | 1011001 | 0 | 10 | 11110001 | 1100001 | 110111 |
Color Harmonies of #1E1CFB
Complementary color
Monochromatic Colors of #1E1CFB
Black with #1E1CFB
Text Example
Text Example
White with #1E1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1CFB; }
p { color: rgb(30,28,251); }
H1.HeaderClassName
{
color: #1E1CFB;
}
.AnyTagClassName
{
color: #1E1CFB;
}
</style>
background-color css
<style>
a { background-color: #1E1CFB; }
a { background-color: rgb(30,28,251); }
div.DivClassName
{
background-color: #1E1CFB;
}
.BgClassName
{
background-color: #1E1CFB;
}
</style>
border-color css
<style>
span { border-color: #1E1CFB; }
span { border-color: rgb(30,28,251); }
td.TdClassName
{
border-color: #1E1CFB;
}
.TagClassName
{
border-color: #1E1CFB;
}
</style>