Html Css Color HEX #071ACC Medium Blue

📋 copy color: '#071ACC'

red 7 ◦ green 26 ◦ blue 204

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

Shades of Medium Blue #071ACC

Tints of Medium Blue #071ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.97%

 BLUE value IS 204 (80.08% from 255) = 86.08%

R = 2.95%
G = 10.97%
B = 86.08%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#071ACC (or 0x071ACC) is known color: Medium Blue. HEX triplet: 07, 1A and CC. RGB value is (7,26,204). Sum of RGB (Red+Green+Blue) = 7+26+204=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #071ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ACC is #F8E533. Grayscale: #272727. Windows color (decimal): -16311604 or 13376007. OLE color: 13376007.

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

Color convert

RGB 7 26 204 -
CMYK 0.97 0.87 0 0.2
HSL 234.21º 0.93% 0.41% -
HSV(B) 234.21º 0.97% 0.8% -
XYZ 11.36 5.14 57.52 -
YUV 40.61 220.21 104.03 -
System Red Green Blue C M Y K H S L
Decimal 7 26 204 0.97 0.87 0 0.2 234.21 0.93 0.41
Hex 7 1A CC 61 57 0 14 EA 5D 29
Octal 7 32 314 141 127 0 24 352 135 51
Binary 111 11010 11001100 1100001 1010111 0 10100 11101010 1011101 101001

Color Harmonies of #071ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ACC

Black with #071ACC

Text Example


Text Example

White with #071ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,26,204); }

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

background-color css

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

 a { background-color: rgb(7,26,204); }

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

border-color css

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

 span { border-color: rgb(7,26,204); }

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