Html Css Color HEX #070EDC Medium Blue

📋 copy color: '#070EDC'

red 7 ◦ green 14 ◦ blue 220

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

Shades of Medium Blue #070EDC

Tints of Medium Blue #070EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 91.29%

R = 2.9%
G = 5.81%
B = 91.29%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#070EDC (or 0x070EDC) is known color: Medium Blue. HEX triplet: 07, 0E and DC. RGB value is (7,14,220). Sum of RGB (Red+Green+Blue) = 7+14+220=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 220 (86.33% from 255 or 91.29% from 241); Max value from RGB is 220 - color contains mainly: blue. Hex color #070EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EDC is #F8F123. Grayscale: #222222. Windows color (decimal): -16314660 or 14421511. OLE color: 14421511.

HSL color Cylindrical-coordinate representation of color #070EDC: hue angle of 238.03º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070EDC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 14 220 -
CMYK 0.97 0.94 0 0.14
HSL 238.03º 0.94% 0.45% -
HSV(B) 238.03º 0.97% 0.86% -
XYZ 13.16 5.53 68.08 -
YUV 35.39 232.18 107.75 -
System Red Green Blue C M Y K H S L
Decimal 7 14 220 0.97 0.94 0 0.14 238.03 0.94 0.45
Hex 7 E DC 61 5E 0 E EE 5E 2D
Octal 7 16 334 141 136 0 16 356 136 55
Binary 111 1110 11011100 1100001 1011110 0 1110 11101110 1011110 101101

Color Harmonies of #070EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EDC

Black with #070EDC

Text Example


Text Example

White with #070EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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