Html Css Color HEX #071EDE Medium Blue

📋 copy color: '#071EDE'

red 7 ◦ green 30 ◦ blue 222

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

Shades of Medium Blue #071EDE

Tints of Medium Blue #071EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 85.71%

R = 2.7%
G = 11.58%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#071EDE (or 0x071EDE) is known color: Medium Blue. HEX triplet: 07, 1E and DE. RGB value is (7,30,222). Sum of RGB (Red+Green+Blue) = 7+30+222=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 222 (87.11% from 255 or 85.71% from 259); Max value from RGB is 222 - color contains mainly: blue. Hex color #071EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071EDE is #F8E121. Grayscale: #2C2C2C. Windows color (decimal): -16310562 or 14556679. OLE color: 14556679.

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

Color convert

RGB 7 30 222 -
CMYK 0.97 0.86 0 0.13
HSL 233.58º 0.94% 0.45% -
HSV(B) 233.58º 0.97% 0.87% -
XYZ 13.74 6.25 69.59 -
YUV 45.01 227.88 100.89 -
System Red Green Blue C M Y K H S L
Decimal 7 30 222 0.97 0.86 0 0.13 233.58 0.94 0.45
Hex 7 1E DE 61 56 0 D EA 5E 2D
Octal 7 36 336 141 126 0 15 352 136 55
Binary 111 11110 11011110 1100001 1010110 0 1101 11101010 1011110 101101

Color Harmonies of #071EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071EDE

Black with #071EDE

Text Example


Text Example

White with #071EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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