Shades of Medium Blue #1F07E0
Tints of Medium Blue #1F07E0
RGB
CMYK
RGB Variations
Color information
#1F07E0 (or 0x1F07E0) is known color: Medium Blue. HEX triplet: 1F, 07 and E0. RGB value is (31,7,224). Sum of RGB (Red+Green+Blue) = 31+7+224=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 224 (87.89% from 255 or 85.50% from 262); Max value from RGB is 224 - color contains mainly: blue. Hex color #1F07E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F07E0 is #E0F81F. Grayscale: #262626. Windows color (decimal): -14743584 or 14681887. OLE color: 14681887.
HSL color Cylindrical-coordinate representation of color #1F07E0: hue angle of 246.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F07E0 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 7 | 224 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.12 |
| HSL | 246.64º | 0.94% | 0.45% | - |
| HSV(B) | 246.64º | 0.97% | 0.88% | - |
| XYZ | 14.1 | 5.83 | 70.9 | - |
| YUV | 38.91 | 232.45 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 224 | 0.86 | 0.97 | 0 | 0.12 | 246.64 | 0.94 | 0.45 |
| Hex | 1F | 7 | E0 | 56 | 61 | 0 | C | F7 | 5E | 2D |
| Octal | 37 | 7 | 340 | 126 | 141 | 0 | 14 | 367 | 136 | 55 |
| Binary | 11111 | 111 | 11100000 | 1010110 | 1100001 | 0 | 1100 | 11110111 | 1011110 | 101101 |
Color Harmonies of #1F07E0
Complementary color
Monochromatic Colors of #1F07E0
Black with #1F07E0
Text Example
Text Example
White with #1F07E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07E0; }
p { color: rgb(31,7,224); }
H1.HeaderClassName
{
color: #1F07E0;
}
.AnyTagClassName
{
color: #1F07E0;
}
</style>
background-color css
<style>
a { background-color: #1F07E0; }
a { background-color: rgb(31,7,224); }
div.DivClassName
{
background-color: #1F07E0;
}
.BgClassName
{
background-color: #1F07E0;
}
</style>
border-color css
<style>
span { border-color: #1F07E0; }
span { border-color: rgb(31,7,224); }
td.TdClassName
{
border-color: #1F07E0;
}
.TagClassName
{
border-color: #1F07E0;
}
</style>