Html Css Color HEX #071ECF Medium Blue

📋 copy color: '#071ECF'

red 7 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #071ECF

Tints of Medium Blue #071ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 84.84%

R = 2.87%
G = 12.3%
B = 84.84%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#071ECF (or 0x071ECF) is known color: Medium Blue. HEX triplet: 07, 1E and CF. RGB value is (7,30,207). Sum of RGB (Red+Green+Blue) = 7+30+207=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #071ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ECF is #F8E130. Grayscale: #2A2A2A. Windows color (decimal): -16310577 or 13573639. OLE color: 13573639.

HSL color Cylindrical-coordinate representation of color #071ECF: hue angle of 233.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071ECF is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 30 207 -
CMYK 0.97 0.86 0 0.19
HSL 233.1º 0.93% 0.42% -
HSV(B) 233.1º 0.97% 0.81% -
XYZ 11.81 5.48 59.47 -
YUV 43.3 220.38 102.11 -
System Red Green Blue C M Y K H S L
Decimal 7 30 207 0.97 0.86 0 0.19 233.1 0.93 0.42
Hex 7 1E CF 61 56 0 13 E9 5D 2A
Octal 7 36 317 141 126 0 23 351 135 52
Binary 111 11110 11001111 1100001 1010110 0 10011 11101001 1011101 101010

Color Harmonies of #071ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ECF

Black with #071ECF

Text Example


Text Example

White with #071ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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