Shades of Blue #0714F6
Tints of Blue #0714F6
RGB
CMYK
RGB Variations
Color information
#0714F6 (or 0x0714F6) is known color: Blue. HEX triplet: 07, 14 and F6. RGB value is (7,20,246). Sum of RGB (Red+Green+Blue) = 7+20+246=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 246 (96.48% from 255 or 90.11% from 273); Max value from RGB is 246 - color contains mainly: blue. Hex color #0714F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0714F6 is #F8EB09. Grayscale: #282828. Windows color (decimal): -16313098 or 16126983. OLE color: 16126983.
HSL color Cylindrical-coordinate representation of color #0714F6: hue angle of 236.74º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0714F6 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 20 | 246 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.04 |
| HSL | 236.74º | 0.94% | 0.5% | - |
| HSV(B) | 236.74º | 0.97% | 0.96% | - |
| XYZ | 16.97 | 7.2 | 87.68 | - |
| YUV | 41.88 | 243.19 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 246 | 0.97 | 0.92 | 0 | 0.04 | 236.74 | 0.94 | 0.5 |
| Hex | 7 | 14 | F6 | 61 | 5C | 0 | 4 | ED | 5E | 32 |
| Octal | 7 | 24 | 366 | 141 | 134 | 0 | 4 | 355 | 136 | 62 |
| Binary | 111 | 10100 | 11110110 | 1100001 | 1011100 | 0 | 100 | 11101101 | 1011110 | 110010 |
Color Harmonies of #0714F6
Complementary color
Monochromatic Colors of #0714F6
Black with #0714F6
Text Example
Text Example
White with #0714F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0714F6; }
p { color: rgb(7,20,246); }
H1.HeaderClassName
{
color: #0714F6;
}
.AnyTagClassName
{
color: #0714F6;
}
</style>
background-color css
<style>
a { background-color: #0714F6; }
a { background-color: rgb(7,20,246); }
div.DivClassName
{
background-color: #0714F6;
}
.BgClassName
{
background-color: #0714F6;
}
</style>
border-color css
<style>
span { border-color: #0714F6; }
span { border-color: rgb(7,20,246); }
td.TdClassName
{
border-color: #0714F6;
}
.TagClassName
{
border-color: #0714F6;
}
</style>