Html Css Color HEX #071EDB Medium Blue

📋 copy color: '#071EDB'

red 7 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #071EDB

Tints of Medium Blue #071EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 85.55%

R = 2.73%
G = 11.72%
B = 85.55%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#071EDB (or 0x071EDB) is known color: Medium Blue. HEX triplet: 07, 1E and DB. RGB value is (7,30,219). Sum of RGB (Red+Green+Blue) = 7+30+219=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #071EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071EDB is #F8E124. Grayscale: #2B2B2B. Windows color (decimal): -16310565 or 14360071. OLE color: 14360071.

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

Color convert

RGB 7 30 219 -
CMYK 0.97 0.86 0 0.14
HSL 233.49º 0.94% 0.44% -
HSV(B) 233.49º 0.97% 0.86% -
XYZ 13.34 6.09 67.49 -
YUV 44.67 226.38 101.13 -
System Red Green Blue C M Y K H S L
Decimal 7 30 219 0.97 0.86 0 0.14 233.49 0.94 0.44
Hex 7 1E DB 61 56 0 E E9 5E 2C
Octal 7 36 333 141 126 0 16 351 136 54
Binary 111 11110 11011011 1100001 1010110 0 1110 11101001 1011110 101100

Color Harmonies of #071EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071EDB

Black with #071EDB

Text Example


Text Example

White with #071EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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