Html Css Color HEX #071ED9 Medium Blue

📋 copy color: '#071ED9'

red 7 ◦ green 30 ◦ blue 217

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

Shades of Medium Blue #071ED9

Tints of Medium Blue #071ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 85.43%

R = 2.76%
G = 11.81%
B = 85.43%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#071ED9 (or 0x071ED9) is known color: Medium Blue. HEX triplet: 07, 1E and D9. RGB value is (7,30,217). Sum of RGB (Red+Green+Blue) = 7+30+217=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 217 (85.16% from 255 or 85.43% from 254); Max value from RGB is 217 - color contains mainly: blue. Hex color #071ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ED9 is #F8E126. Grayscale: #2B2B2B. Windows color (decimal): -16310567 or 14228999. OLE color: 14228999.

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

Color convert

RGB 7 30 217 -
CMYK 0.97 0.86 0 0.15
HSL 233.43º 0.94% 0.44% -
HSV(B) 233.43º 0.97% 0.85% -
XYZ 13.08 5.98 66.11 -
YUV 44.44 225.38 101.29 -
System Red Green Blue C M Y K H S L
Decimal 7 30 217 0.97 0.86 0 0.15 233.43 0.94 0.44
Hex 7 1E D9 61 56 0 F E9 5E 2C
Octal 7 36 331 141 126 0 17 351 136 54
Binary 111 11110 11011001 1100001 1010110 0 1111 11101001 1011110 101100

Color Harmonies of #071ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ED9

Black with #071ED9

Text Example


Text Example

White with #071ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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