Shades of Blue #1F07EC
Tints of Blue #1F07EC
RGB
CMYK
RGB Variations
Color information
#1F07EC (or 0x1F07EC) is known color: Blue. HEX triplet: 1F, 07 and EC. RGB value is (31,7,236). Sum of RGB (Red+Green+Blue) = 31+7+236=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 236 (92.58% from 255 or 86.13% from 274); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F07EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F07EC is #E0F813. Grayscale: #272727. Windows color (decimal): -14743572 or 15468319. OLE color: 15468319.
HSL color Cylindrical-coordinate representation of color #1F07EC: hue angle of 246.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F07EC is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 7 | 236 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.07 |
| HSL | 246.29º | 0.94% | 0.48% | - |
| HSV(B) | 246.29º | 0.97% | 0.93% | - |
| XYZ | 15.78 | 6.5 | 79.78 | - |
| YUV | 40.28 | 238.45 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 236 | 0.87 | 0.97 | 0 | 0.07 | 246.29 | 0.94 | 0.48 |
| Hex | 1F | 7 | EC | 57 | 61 | 0 | 7 | F6 | 5E | 30 |
| Octal | 37 | 7 | 354 | 127 | 141 | 0 | 7 | 366 | 136 | 60 |
| Binary | 11111 | 111 | 11101100 | 1010111 | 1100001 | 0 | 111 | 11110110 | 1011110 | 110000 |
Color Harmonies of #1F07EC
Complementary color
Monochromatic Colors of #1F07EC
Black with #1F07EC
Text Example
Text Example
White with #1F07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07EC; }
p { color: rgb(31,7,236); }
H1.HeaderClassName
{
color: #1F07EC;
}
.AnyTagClassName
{
color: #1F07EC;
}
</style>
background-color css
<style>
a { background-color: #1F07EC; }
a { background-color: rgb(31,7,236); }
div.DivClassName
{
background-color: #1F07EC;
}
.BgClassName
{
background-color: #1F07EC;
}
</style>
border-color css
<style>
span { border-color: #1F07EC; }
span { border-color: rgb(31,7,236); }
td.TdClassName
{
border-color: #1F07EC;
}
.TagClassName
{
border-color: #1F07EC;
}
</style>