#070CC3

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

Shades of Medium Blue #070CC3

Tints of Medium Blue #070CC3

Color information

#070CC3 (or 0x070CC3) is unknown color: approx Medium Blue. HEX triplet: 07, 0C and C3. RGB value is (7,12,195). Sum of RGB (Red+Green+Blue) = 7+12+195=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 195 (76.56% from 255 or 91.12% from 214); Max value from RGB is 195 - color contains mainly: blue. Hex color #070CC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CC3 is #F8F33C. Grayscale: #1E1E1E. Windows color (decimal): -16315197 or 12782599. OLE color: 12782599.

HSL color Cylindrical-coordinate representation of color #070CC3: hue angle of 238.4º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070CC3 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB712195-
CMYK0.960.9400.24
HSL238.4º93.07%39.61%-
HSV(B)238.4º96.41%76.47%-
XYZ10.074.2551.92-
YUV31.37220.34110.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 195 (76.56% from 255) = 91.12%
R=3.27%
G=5.61%
B=91.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7121950.960.9400.24238.493.0739.61
Hex7CC3605E018ee5d28
Octal71430314013603035613550
Binary11111001100001111000001011110011000111011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070CC3; }

 p { color: rgb(7,12,195); }

 H1.HeaderClassName
 {
   color: #070CC3;
 }
 .AnyTagClassName
 {
   color: #070CC3;
 }
</style>
background-color css

<style>
 a { background-color: #070CC3; }

 a { background-color: rgb(7,12,195); }

 div.DivClassName
 {
   background-color: #070CC3;
 }
 .BgClassName
 {
   background-color: #070CC3;
 }
</style>
border-color css

<style>
 span { border-color: #070CC3; }

 span { border-color: rgb(7,12,195); }

 td.TdClassName
 {
   border-color: #070CC3;
 }
 .TagClassName
 {
   border-color: #070CC3;
 }
</style>