Html Css Color HEX #071FEC Blue

📋 copy color: '#071FEC'

red 7 ◦ green 31 ◦ blue 236

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

Shades of Blue #071FEC

Tints of Blue #071FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 86.13%

R = 2.55%
G = 11.31%
B = 86.13%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#071FEC (or 0x071FEC) is known color: Blue. HEX triplet: 07, 1F and EC. RGB value is (7,31,236). Sum of RGB (Red+Green+Blue) = 7+31+236=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 236 (92.58% from 255 or 86.13% from 274); Max value from RGB is 236 - color contains mainly: blue. Hex color #071FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071FEC is #F8E013. Grayscale: #2E2E2E. Windows color (decimal): -16310292 or 15474439. OLE color: 15474439.

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

Color convert

RGB 7 31 236 -
CMYK 0.97 0.87 0 0.07
HSL 233.71º 0.94% 0.48% -
HSV(B) 233.71º 0.97% 0.93% -
XYZ 15.72 7.08 79.9 -
YUV 47.19 234.55 99.33 -
System Red Green Blue C M Y K H S L
Decimal 7 31 236 0.97 0.87 0 0.07 233.71 0.94 0.48
Hex 7 1F EC 61 57 0 7 EA 5E 30
Octal 7 37 354 141 127 0 7 352 136 60
Binary 111 11111 11101100 1100001 1010111 0 111 11101010 1011110 110000

Color Harmonies of #071FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FEC

Black with #071FEC

Text Example


Text Example

White with #071FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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