#070CEA

Color #070CEA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #070CEA

Tints of Blue #070CEA

Color information

#070CEA (or 0x070CEA) is unknown color: approx 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

RGB712234-
CMYK0.970.9500.08
HSL238.68º94.19%47.25%-
HSV(B)238.68º97.01%91.76%-
XYZ15.076.2578.25-
YUV35.81239.84107.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 234 (91.80% from 255) = 92.49%
R=2.77%
G=4.74%
B=92.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7122340.970.9500.08238.6894.1947.25
Hex7CEA615F08ef5e2f
Octal71435214113701035713657
Binary1111100111010101100001101111101000111011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>