Shades of Blue #1E0CFB
Tints of Blue #1E0CFB
RGB
CMYK
RGB Variations
Color information
#1E0CFB (or 0x1E0CFB) is known color: Blue. HEX triplet: 1E, 0C and FB. RGB value is (30,12,251). Sum of RGB (Red+Green+Blue) = 30+12+251=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E0CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0CFB is #E1F304. Grayscale: #2B2B2B. Windows color (decimal): -14807813 or 16452638. OLE color: 16452638.
HSL color Cylindrical-coordinate representation of color #1E0CFB: hue angle of 244.52º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0CFB is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 12 | 251 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.02 |
| HSL | 244.52º | 0.97% | 0.52% | - |
| HSV(B) | 244.52º | 0.95% | 0.98% | - |
| XYZ | 18.08 | 7.5 | 91.76 | - |
| YUV | 44.63 | 244.46 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 251 | 0.88 | 0.95 | 0 | 0.02 | 244.52 | 0.97 | 0.52 |
| Hex | 1E | C | FB | 58 | 5F | 0 | 2 | F5 | 61 | 34 |
| Octal | 36 | 14 | 373 | 130 | 137 | 0 | 2 | 365 | 141 | 64 |
| Binary | 11110 | 1100 | 11111011 | 1011000 | 1011111 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #1E0CFB
Complementary color
Monochromatic Colors of #1E0CFB
Black with #1E0CFB
Text Example
Text Example
White with #1E0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0CFB; }
p { color: rgb(30,12,251); }
H1.HeaderClassName
{
color: #1E0CFB;
}
.AnyTagClassName
{
color: #1E0CFB;
}
</style>
background-color css
<style>
a { background-color: #1E0CFB; }
a { background-color: rgb(30,12,251); }
div.DivClassName
{
background-color: #1E0CFB;
}
.BgClassName
{
background-color: #1E0CFB;
}
</style>
border-color css
<style>
span { border-color: #1E0CFB; }
span { border-color: rgb(30,12,251); }
td.TdClassName
{
border-color: #1E0CFB;
}
.TagClassName
{
border-color: #1E0CFB;
}
</style>