Html Css Color HEX #070ECD Medium Blue

📋 copy color: '#070ECD'

red 7 ◦ green 14 ◦ blue 205

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

Shades of Medium Blue #070ECD

Tints of Medium Blue #070ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 90.71%

R = 3.1%
G = 6.19%
B = 90.71%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#070ECD (or 0x070ECD) is known color: Medium Blue. HEX triplet: 07, 0E and CD. RGB value is (7,14,205). Sum of RGB (Red+Green+Blue) = 7+14+205=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 205 (80.47% from 255 or 90.71% from 226); Max value from RGB is 205 - color contains mainly: blue. Hex color #070ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ECD is #F8F132. Grayscale: #202020. Windows color (decimal): -16314675 or 13438471. OLE color: 13438471.

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

Color convert

RGB 7 14 205 -
CMYK 0.97 0.93 0 0.20
HSL 237.88º 0.93% 0.42% -
HSV(B) 237.88º 0.97% 0.8% -
XYZ 11.26 4.77 58.08 -
YUV 33.68 224.68 108.97 -
System Red Green Blue C M Y K H S L
Decimal 7 14 205 0.97 0.93 0 0.20 237.88 0.93 0.42
Hex 7 E CD 61 5D 0 14 EE 5D 2A
Octal 7 16 315 141 135 0 24 356 135 52
Binary 111 1110 11001101 1100001 1011101 0 10100 11101110 1011101 101010

Color Harmonies of #070ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ECD

Black with #070ECD

Text Example


Text Example

White with #070ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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