Shades of Medium Blue #1E00BF
Tints of Medium Blue #1E00BF
RGB
CMYK
RGB Variations
Color information
#1E00BF (or 0x1E00BF) is known color: Medium Blue. HEX triplet: 1E, 00 and BF. RGB value is (30,0,191). Sum of RGB (Red+Green+Blue) = 30+0+191=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00BF is #E1FF40. Grayscale: #1E1E1E. Windows color (decimal): -14810945 or 12517406. OLE color: 12517406.
HSL color Cylindrical-coordinate representation of color #1E00BF: hue angle of 249.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00BF is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 0 | 191 | - |
| CMYK | 0.84 | 1 | 0 | 0.25 |
| HSL | 249.42º | 1% | 0.37% | - |
| HSV(B) | 249.42º | 1% | 0.75% | - |
| XYZ | 9.94 | 4.04 | 49.55 | - |
| YUV | 30.74 | 218.44 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 191 | 0.84 | 1 | 0 | 0.25 | 249.42 | 1 | 0.37 |
| Hex | 1E | 0 | BF | 54 | 64 | 0 | 19 | F9 | 64 | 25 |
| Octal | 36 | 0 | 277 | 124 | 144 | 0 | 31 | 371 | 144 | 45 |
| Binary | 11110 | 0 | 10111111 | 1010100 | 1100100 | 0 | 11001 | 11111001 | 1100100 | 100101 |
Color Harmonies of #1E00BF
Complementary color
Monochromatic Colors of #1E00BF
Black with #1E00BF
Text Example
Text Example
White with #1E00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00BF; }
p { color: rgb(30,0,191); }
H1.HeaderClassName
{
color: #1E00BF;
}
.AnyTagClassName
{
color: #1E00BF;
}
</style>
background-color css
<style>
a { background-color: #1E00BF; }
a { background-color: rgb(30,0,191); }
div.DivClassName
{
background-color: #1E00BF;
}
.BgClassName
{
background-color: #1E00BF;
}
</style>
border-color css
<style>
span { border-color: #1E00BF; }
span { border-color: rgb(30,0,191); }
td.TdClassName
{
border-color: #1E00BF;
}
.TagClassName
{
border-color: #1E00BF;
}
</style>