Shades of Blue #0713FC
Tints of Blue #0713FC
RGB
CMYK
RGB Variations
Color information
#0713FC (or 0x0713FC) is known color: Blue. HEX triplet: 07, 13 and FC. RGB value is (7,19,252). Sum of RGB (Red+Green+Blue) = 7+19+252=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 252 (98.83% from 255 or 90.65% from 278); Max value from RGB is 252 - color contains mainly: blue. Hex color #0713FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0713FC is #F8EC03. Grayscale: #292929. Windows color (decimal): -16313348 or 16519943. OLE color: 16519943.
HSL color Cylindrical-coordinate representation of color #0713FC: hue angle of 237.06º 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 #0713FC is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 19 | 252 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.01 |
| HSL | 237.06º | 0.98% | 0.51% | - |
| HSV(B) | 237.06º | 0.97% | 0.99% | - |
| XYZ | 17.89 | 7.54 | 92.61 | - |
| YUV | 41.97 | 246.52 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 252 | 0.97 | 0.92 | 0 | 0.01 | 237.06 | 0.98 | 0.51 |
| Hex | 7 | 13 | FC | 61 | 5C | 0 | 1 | ED | 62 | 33 |
| Octal | 7 | 23 | 374 | 141 | 134 | 0 | 1 | 355 | 142 | 63 |
| Binary | 111 | 10011 | 11111100 | 1100001 | 1011100 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0713FC
Complementary color
Monochromatic Colors of #0713FC
Black with #0713FC
Text Example
Text Example
White with #0713FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0713FC; }
p { color: rgb(7,19,252); }
H1.HeaderClassName
{
color: #0713FC;
}
.AnyTagClassName
{
color: #0713FC;
}
</style>
background-color css
<style>
a { background-color: #0713FC; }
a { background-color: rgb(7,19,252); }
div.DivClassName
{
background-color: #0713FC;
}
.BgClassName
{
background-color: #0713FC;
}
</style>
border-color css
<style>
span { border-color: #0713FC; }
span { border-color: rgb(7,19,252); }
td.TdClassName
{
border-color: #0713FC;
}
.TagClassName
{
border-color: #0713FC;
}
</style>