Shades of Blue #1E1BFA
Tints of Blue #1E1BFA
RGB
CMYK
RGB Variations
Color information
#1E1BFA (or 0x1E1BFA) is known color: Blue. HEX triplet: 1E, 1B and FA. RGB value is (30,27,250). Sum of RGB (Red+Green+Blue) = 30+27+250=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E1BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1BFA is #E1E405. Grayscale: #343434. Windows color (decimal): -14803974 or 16390942. OLE color: 16390942.
HSL color Cylindrical-coordinate representation of color #1E1BFA: hue angle of 240.81º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1BFA is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 27 | 250 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.02 |
| HSL | 240.81º | 0.96% | 0.54% | - |
| HSV(B) | 240.81º | 0.89% | 0.98% | - |
| XYZ | 18.18 | 7.96 | 91.02 | - |
| YUV | 53.32 | 238.99 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 250 | 0.88 | 0.89 | 0 | 0.02 | 240.81 | 0.96 | 0.54 |
| Hex | 1E | 1B | FA | 58 | 59 | 0 | 2 | F1 | 60 | 36 |
| Octal | 36 | 33 | 372 | 130 | 131 | 0 | 2 | 361 | 140 | 66 |
| Binary | 11110 | 11011 | 11111010 | 1011000 | 1011001 | 0 | 10 | 11110001 | 1100000 | 110110 |
Color Harmonies of #1E1BFA
Complementary color
Monochromatic Colors of #1E1BFA
Black with #1E1BFA
Text Example
Text Example
White with #1E1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1BFA; }
p { color: rgb(30,27,250); }
H1.HeaderClassName
{
color: #1E1BFA;
}
.AnyTagClassName
{
color: #1E1BFA;
}
</style>
background-color css
<style>
a { background-color: #1E1BFA; }
a { background-color: rgb(30,27,250); }
div.DivClassName
{
background-color: #1E1BFA;
}
.BgClassName
{
background-color: #1E1BFA;
}
</style>
border-color css
<style>
span { border-color: #1E1BFA; }
span { border-color: rgb(30,27,250); }
td.TdClassName
{
border-color: #1E1BFA;
}
.TagClassName
{
border-color: #1E1BFA;
}
</style>