Shades of Blue #071AF1
Tints of Blue #071AF1
RGB
CMYK
RGB Variations
Color information
#071AF1 (or 0x071AF1) is known color: Blue. HEX triplet: 07, 1A and F1. RGB value is (7,26,241). Sum of RGB (Red+Green+Blue) = 7+26+241=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 241 (94.53% from 255 or 87.96% from 274); Max value from RGB is 241 - color contains mainly: blue. Hex color #071AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071AF1 is #F8E50E. Grayscale: #2B2B2B. Windows color (decimal): -16311567 or 15800839. OLE color: 15800839.
HSL color Cylindrical-coordinate representation of color #071AF1: hue angle of 235.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071AF1 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 26 | 241 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.05 |
| HSL | 235.13º | 0.94% | 0.49% | - |
| HSV(B) | 235.13º | 0.97% | 0.95% | - |
| XYZ | 16.33 | 7.13 | 83.74 | - |
| YUV | 44.83 | 238.71 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 241 | 0.97 | 0.89 | 0 | 0.05 | 235.13 | 0.94 | 0.49 |
| Hex | 7 | 1A | F1 | 61 | 59 | 0 | 5 | EB | 5E | 31 |
| Octal | 7 | 32 | 361 | 141 | 131 | 0 | 5 | 353 | 136 | 61 |
| Binary | 111 | 11010 | 11110001 | 1100001 | 1011001 | 0 | 101 | 11101011 | 1011110 | 110001 |
Color Harmonies of #071AF1
Complementary color
Monochromatic Colors of #071AF1
Black with #071AF1
Text Example
Text Example
White with #071AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071AF1; }
p { color: rgb(7,26,241); }
H1.HeaderClassName
{
color: #071AF1;
}
.AnyTagClassName
{
color: #071AF1;
}
</style>
background-color css
<style>
a { background-color: #071AF1; }
a { background-color: rgb(7,26,241); }
div.DivClassName
{
background-color: #071AF1;
}
.BgClassName
{
background-color: #071AF1;
}
</style>
border-color css
<style>
span { border-color: #071AF1; }
span { border-color: rgb(7,26,241); }
td.TdClassName
{
border-color: #071AF1;
}
.TagClassName
{
border-color: #071AF1;
}
</style>