Shades of Blue #070CFF
Tints of Blue #070CFF
RGB
CMYK
RGB Variations
Color information
#070CFF (or 0x070CFF) is known color: Blue. HEX triplet: 07, 0C and FF. RGB value is (7,12,255). Sum of RGB (Red+Green+Blue) = 7+12+255=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 255 (100% from 255 or 93.07% from 274); Max value from RGB is 255 - color contains mainly: blue. Hex color #070CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070CFF is #F8F300. Grayscale: #252525. Windows color (decimal): -16315137 or 16714759. OLE color: 16714759.
HSL color Cylindrical-coordinate representation of color #070CFF: hue angle of 238.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070CFF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 12 | 255 | - |
| CMYK | 0.97 | 0.95 | 0 | 0 |
| HSL | 238.79º | 1% | 0.51% | - |
| HSV(B) | 238.79º | 0.97% | 1% | - |
| XYZ | 18.27 | 7.53 | 95.1 | - |
| YUV | 38.21 | 250.34 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 255 | 0.97 | 0.95 | 0 | 0 | 238.79 | 1 | 0.51 |
| Hex | 7 | C | FF | 61 | 5F | 0 | 0 | EF | 64 | 33 |
| Octal | 7 | 14 | 377 | 141 | 137 | 0 | 0 | 357 | 144 | 63 |
| Binary | 111 | 1100 | 11111111 | 1100001 | 1011111 | 0 | 0 | 11101111 | 1100100 | 110011 |
Color Harmonies of #070CFF
Complementary color
Monochromatic Colors of #070CFF
Black with #070CFF
Text Example
Text Example
White with #070CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CFF; }
p { color: rgb(7,12,255); }
H1.HeaderClassName
{
color: #070CFF;
}
.AnyTagClassName
{
color: #070CFF;
}
</style>
background-color css
<style>
a { background-color: #070CFF; }
a { background-color: rgb(7,12,255); }
div.DivClassName
{
background-color: #070CFF;
}
.BgClassName
{
background-color: #070CFF;
}
</style>
border-color css
<style>
span { border-color: #070CFF; }
span { border-color: rgb(7,12,255); }
td.TdClassName
{
border-color: #070CFF;
}
.TagClassName
{
border-color: #070CFF;
}
</style>