Html Css Color HEX #071ED6 Medium Blue

📋 copy color: '#071ED6'

red 7 ◦ green 30 ◦ blue 214

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

Shades of Medium Blue #071ED6

Tints of Medium Blue #071ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 85.26%

R = 2.79%
G = 11.95%
B = 85.26%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#071ED6 (or 0x071ED6) is known color: Medium Blue. HEX triplet: 07, 1E and D6. RGB value is (7,30,214). Sum of RGB (Red+Green+Blue) = 7+30+214=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #071ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ED6 is #F8E129. Grayscale: #2B2B2B. Windows color (decimal): -16310570 or 14032391. OLE color: 14032391.

HSL color Cylindrical-coordinate representation of color #071ED6: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071ED6 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 7 30 214 -
CMYK 0.97 0.86 0 0.16
HSL 233.33º 0.94% 0.43% -
HSV(B) 233.33º 0.97% 0.84% -
XYZ 12.69 5.83 64.07 -
YUV 44.1 223.88 101.54 -
System Red Green Blue C M Y K H S L
Decimal 7 30 214 0.97 0.86 0 0.16 233.33 0.94 0.43
Hex 7 1E D6 61 56 0 10 E9 5E 2B
Octal 7 36 326 141 126 0 20 351 136 53
Binary 111 11110 11010110 1100001 1010110 0 10000 11101001 1011110 101011

Color Harmonies of #071ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ED6

Black with #071ED6

Text Example


Text Example

White with #071ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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