Shades of Blue #070CEA
Tints of Blue #070CEA
RGB
CMYK
RGB Variations
Color information
#070CEA (or 0x070CEA) is known color: Blue. HEX triplet: 07, 0C and EA. RGB value is (7,12,234). Sum of RGB (Red+Green+Blue) = 7+12+234=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 234 (91.80% from 255 or 92.49% from 253); Max value from RGB is 234 - color contains mainly: blue. Hex color #070CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070CEA is #F8F315. Grayscale: #222222. Windows color (decimal): -16315158 or 15338503. OLE color: 15338503.
HSL color Cylindrical-coordinate representation of color #070CEA: hue angle of 238.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070CEA is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 12 | 234 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.08 |
| HSL | 238.68º | 0.94% | 0.47% | - |
| HSV(B) | 238.68º | 0.97% | 0.92% | - |
| XYZ | 15.07 | 6.25 | 78.25 | - |
| YUV | 35.81 | 239.84 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 234 | 0.97 | 0.95 | 0 | 0.08 | 238.68 | 0.94 | 0.47 |
| Hex | 7 | C | EA | 61 | 5F | 0 | 8 | EF | 5E | 2F |
| Octal | 7 | 14 | 352 | 141 | 137 | 0 | 10 | 357 | 136 | 57 |
| Binary | 111 | 1100 | 11101010 | 1100001 | 1011111 | 0 | 1000 | 11101111 | 1011110 | 101111 |
Color Harmonies of #070CEA
Complementary color
Monochromatic Colors of #070CEA
Black with #070CEA
Text Example
Text Example
White with #070CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CEA; }
p { color: rgb(7,12,234); }
H1.HeaderClassName
{
color: #070CEA;
}
.AnyTagClassName
{
color: #070CEA;
}
</style>
background-color css
<style>
a { background-color: #070CEA; }
a { background-color: rgb(7,12,234); }
div.DivClassName
{
background-color: #070CEA;
}
.BgClassName
{
background-color: #070CEA;
}
</style>
border-color css
<style>
span { border-color: #070CEA; }
span { border-color: rgb(7,12,234); }
td.TdClassName
{
border-color: #070CEA;
}
.TagClassName
{
border-color: #070CEA;
}
</style>