Shades of Blue #0712FC
Tints of Blue #0712FC
RGB
CMYK
RGB Variations
Color information
#0712FC (or 0x0712FC) is known color: Blue. HEX triplet: 07, 12 and FC. RGB value is (7,18,252). Sum of RGB (Red+Green+Blue) = 7+18+252=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 252 (98.83% from 255 or 90.97% from 277); Max value from RGB is 252 - color contains mainly: blue. Hex color #0712FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0712FC is #F8ED03. Grayscale: #282828. Windows color (decimal): -16313604 or 16519687. OLE color: 16519687.
HSL color Cylindrical-coordinate representation of color #0712FC: hue angle of 237.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0712FC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 18 | 252 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.01 |
| HSL | 237.31º | 0.98% | 0.51% | - |
| HSV(B) | 237.31º | 0.97% | 0.99% | - |
| XYZ | 17.87 | 7.51 | 92.6 | - |
| YUV | 41.39 | 246.86 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 252 | 0.97 | 0.93 | 0 | 0.01 | 237.31 | 0.98 | 0.51 |
| Hex | 7 | 12 | FC | 61 | 5D | 0 | 1 | ED | 62 | 33 |
| Octal | 7 | 22 | 374 | 141 | 135 | 0 | 1 | 355 | 142 | 63 |
| Binary | 111 | 10010 | 11111100 | 1100001 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0712FC
Complementary color
Monochromatic Colors of #0712FC
Black with #0712FC
Text Example
Text Example
White with #0712FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0712FC; }
p { color: rgb(7,18,252); }
H1.HeaderClassName
{
color: #0712FC;
}
.AnyTagClassName
{
color: #0712FC;
}
</style>
background-color css
<style>
a { background-color: #0712FC; }
a { background-color: rgb(7,18,252); }
div.DivClassName
{
background-color: #0712FC;
}
.BgClassName
{
background-color: #0712FC;
}
</style>
border-color css
<style>
span { border-color: #0712FC; }
span { border-color: rgb(7,18,252); }
td.TdClassName
{
border-color: #0712FC;
}
.TagClassName
{
border-color: #0712FC;
}
</style>