Shades of Medium Blue #1F0BE0
Tints of Medium Blue #1F0BE0
RGB
CMYK
RGB Variations
Color information
#1F0BE0 (or 0x1F0BE0) is known color: Medium Blue. HEX triplet: 1F, 0B and E0. RGB value is (31,11,224). Sum of RGB (Red+Green+Blue) = 31+11+224=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 224 (87.89% from 255 or 84.21% from 266); Max value from RGB is 224 - color contains mainly: blue. Hex color #1F0BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BE0 is #E0F41F. Grayscale: #282828. Windows color (decimal): -14742560 or 14682911. OLE color: 14682911.
HSL color Cylindrical-coordinate representation of color #1F0BE0: hue angle of 245.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BE0 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 11 | 224 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.12 |
| HSL | 245.63º | 0.91% | 0.46% | - |
| HSV(B) | 245.63º | 0.95% | 0.88% | - |
| XYZ | 14.14 | 5.91 | 70.92 | - |
| YUV | 41.26 | 231.13 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 224 | 0.86 | 0.95 | 0 | 0.12 | 245.63 | 0.91 | 0.46 |
| Hex | 1F | B | E0 | 56 | 5F | 0 | C | F6 | 5B | 2E |
| Octal | 37 | 13 | 340 | 126 | 137 | 0 | 14 | 366 | 133 | 56 |
| Binary | 11111 | 1011 | 11100000 | 1010110 | 1011111 | 0 | 1100 | 11110110 | 1011011 | 101110 |
Color Harmonies of #1F0BE0
Complementary color
Monochromatic Colors of #1F0BE0
Black with #1F0BE0
Text Example
Text Example
White with #1F0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BE0; }
p { color: rgb(31,11,224); }
H1.HeaderClassName
{
color: #1F0BE0;
}
.AnyTagClassName
{
color: #1F0BE0;
}
</style>
background-color css
<style>
a { background-color: #1F0BE0; }
a { background-color: rgb(31,11,224); }
div.DivClassName
{
background-color: #1F0BE0;
}
.BgClassName
{
background-color: #1F0BE0;
}
</style>
border-color css
<style>
span { border-color: #1F0BE0; }
span { border-color: rgb(31,11,224); }
td.TdClassName
{
border-color: #1F0BE0;
}
.TagClassName
{
border-color: #1F0BE0;
}
</style>