Html Css Color HEX #071EC8 Medium Blue

📋 copy color: '#071EC8'

red 7 ◦ green 30 ◦ blue 200

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

Shades of Medium Blue #071EC8

Tints of Medium Blue #071EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 84.39%

R = 2.95%
G = 12.66%
B = 84.39%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#071EC8 (or 0x071EC8) is known color: Medium Blue. HEX triplet: 07, 1E and C8. RGB value is (7,30,200). Sum of RGB (Red+Green+Blue) = 7+30+200=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 200 (78.52% from 255 or 84.39% from 237); Max value from RGB is 200 - color contains mainly: blue. Hex color #071EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071EC8 is #F8E137. Grayscale: #292929. Windows color (decimal): -16310584 or 13114887. OLE color: 13114887.

HSL color Cylindrical-coordinate representation of color #071EC8: hue angle of 232.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071EC8 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 30 200 -
CMYK 0.96 0.85 0 0.22
HSL 232.85º 0.93% 0.41% -
HSV(B) 232.85º 0.97% 0.78% -
XYZ 10.98 5.14 55.06 -
YUV 42.5 216.88 102.68 -
System Red Green Blue C M Y K H S L
Decimal 7 30 200 0.96 0.85 0 0.22 232.85 0.93 0.41
Hex 7 1E C8 60 55 0 16 E9 5D 29
Octal 7 36 310 140 125 0 26 351 135 51
Binary 111 11110 11001000 1100000 1010101 0 10110 11101001 1011101 101001

Color Harmonies of #071EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071EC8

Black with #071EC8

Text Example


Text Example

White with #071EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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