Html Css Color HEX #070ECC Medium Blue

📋 copy color: '#070ECC'

red 7 ◦ green 14 ◦ blue 204

#070ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #070ECC

Tints of Medium Blue #070ECC

RGB

 RED value IS 7 (3.13% from 255) = 3.11%

 GREEN value IS 14 (5.86% from 255) = 6.22%

 BLUE value IS 204 (80.08% from 255) = 90.67%

R = 3.11%
G = 6.22%
B = 90.67%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#070ECC (or 0x070ECC) is known color: Medium Blue. HEX triplet: 07, 0E and CC. RGB value is (7,14,204). Sum of RGB (Red+Green+Blue) = 7+14+204=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #070ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ECC is #F8F133. Grayscale: #202020. Windows color (decimal): -16314676 or 13372935. OLE color: 13372935.

HSL color Cylindrical-coordinate representation of color #070ECC: hue angle of 237.87º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070ECC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 14 204 -
CMYK 0.97 0.93 0 0.2
HSL 237.87º 0.93% 0.41% -
HSV(B) 237.87º 0.97% 0.8% -
XYZ 11.14 4.72 57.45 -
YUV 33.57 224.18 109.05 -
System Red Green Blue C M Y K H S L
Decimal 7 14 204 0.97 0.93 0 0.2 237.87 0.93 0.41
Hex 7 E CC 61 5D 0 14 EE 5D 29
Octal 7 16 314 141 135 0 24 356 135 51
Binary 111 1110 11001100 1100001 1011101 0 10100 11101110 1011101 101001

Color Harmonies of #070ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ECC

Black with #070ECC

Text Example


Text Example

White with #070ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,14,204); }

 H1.HeaderClassName
 {
   color: #070ECC;
 }
 .AnyTagClassName
 {
   color: #070ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(7,14,204); }

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

border-color css

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

 span { border-color: rgb(7,14,204); }

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