Html Css Color HEX #071FE4 Medium Blue

📋 copy color: '#071FE4'

red 7 ◦ green 31 ◦ blue 228

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

Shades of Medium Blue #071FE4

Tints of Medium Blue #071FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

 BLUE value IS 228 (89.45% from 255) = 85.71%

R = 2.63%
G = 11.65%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#071FE4 (or 0x071FE4) is known color: Medium Blue. HEX triplet: 07, 1F and E4. RGB value is (7,31,228). Sum of RGB (Red+Green+Blue) = 7+31+228=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 228 (89.45% from 255 or 85.71% from 266); Max value from RGB is 228 - color contains mainly: blue. Hex color #071FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FE4 is #F8E01B. Grayscale: #2D2D2D. Windows color (decimal): -16310300 or 14950151. OLE color: 14950151.

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

Color convert

RGB 7 31 228 -
CMYK 0.97 0.86 0 0.11
HSL 233.48º 0.94% 0.46% -
HSV(B) 233.48º 0.97% 0.89% -
XYZ 14.58 6.63 73.91 -
YUV 46.28 230.55 99.98 -
System Red Green Blue C M Y K H S L
Decimal 7 31 228 0.97 0.86 0 0.11 233.48 0.94 0.46
Hex 7 1F E4 61 56 0 B E9 5E 2E
Octal 7 37 344 141 126 0 13 351 136 56
Binary 111 11111 11100100 1100001 1010110 0 1011 11101001 1011110 101110

Color Harmonies of #071FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FE4

Black with #071FE4

Text Example


Text Example

White with #071FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,31,228); }

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

background-color css

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

 a { background-color: rgb(7,31,228); }

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

border-color css

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

 span { border-color: rgb(7,31,228); }

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