Html Css Color HEX #071ECD Medium Blue

📋 copy color: '#071ECD'

red 7 ◦ green 30 ◦ blue 205

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

Shades of Medium Blue #071ECD

Tints of Medium Blue #071ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 2.89%
G = 12.4%
B = 84.71%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#071ECD (or 0x071ECD) is known color: Medium Blue. HEX triplet: 07, 1E and CD. RGB value is (7,30,205). Sum of RGB (Red+Green+Blue) = 7+30+205=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #071ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ECD is #F8E132. Grayscale: #2A2A2A. Windows color (decimal): -16310579 or 13442567. OLE color: 13442567.

HSL color Cylindrical-coordinate representation of color #071ECD: hue angle of 233.03º 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 #071ECD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 30 205 -
CMYK 0.97 0.85 0 0.20
HSL 233.03º 0.93% 0.42% -
HSV(B) 233.03º 0.97% 0.8% -
XYZ 11.57 5.38 58.19 -
YUV 43.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 7 30 205 0.97 0.85 0 0.20 233.03 0.93 0.42
Hex 7 1E CD 61 55 0 14 E9 5D 2A
Octal 7 36 315 141 125 0 24 351 135 52
Binary 111 11110 11001101 1100001 1010101 0 10100 11101001 1011101 101010

Color Harmonies of #071ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ECD

Black with #071ECD

Text Example


Text Example

White with #071ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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