Shades of Blue #1E1CFA
Tints of Blue #1E1CFA
RGB
CMYK
RGB Variations
Color information
#1E1CFA (or 0x1E1CFA) is known color: Blue. HEX triplet: 1E, 1C and FA. RGB value is (30,28,250). Sum of RGB (Red+Green+Blue) = 30+28+250=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E1CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1CFA is #E1E305. Grayscale: #353535. Windows color (decimal): -14803718 or 16391198. OLE color: 16391198.
HSL color Cylindrical-coordinate representation of color #1E1CFA: hue angle of 240.54º degrees, saturation: 0.96, 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 #1E1CFA is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 28 | 250 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.02 |
| HSL | 240.54º | 0.96% | 0.55% | - |
| HSV(B) | 240.54º | 0.89% | 0.98% | - |
| XYZ | 18.21 | 8.01 | 91.03 | - |
| YUV | 53.91 | 238.66 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 250 | 0.88 | 0.89 | 0 | 0.02 | 240.54 | 0.96 | 0.55 |
| Hex | 1E | 1C | FA | 58 | 59 | 0 | 2 | F1 | 60 | 37 |
| Octal | 36 | 34 | 372 | 130 | 131 | 0 | 2 | 361 | 140 | 67 |
| Binary | 11110 | 11100 | 11111010 | 1011000 | 1011001 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #1E1CFA
Complementary color
Monochromatic Colors of #1E1CFA
Black with #1E1CFA
Text Example
Text Example
White with #1E1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1CFA; }
p { color: rgb(30,28,250); }
H1.HeaderClassName
{
color: #1E1CFA;
}
.AnyTagClassName
{
color: #1E1CFA;
}
</style>
background-color css
<style>
a { background-color: #1E1CFA; }
a { background-color: rgb(30,28,250); }
div.DivClassName
{
background-color: #1E1CFA;
}
.BgClassName
{
background-color: #1E1CFA;
}
</style>
border-color css
<style>
span { border-color: #1E1CFA; }
span { border-color: rgb(30,28,250); }
td.TdClassName
{
border-color: #1E1CFA;
}
.TagClassName
{
border-color: #1E1CFA;
}
</style>