Html Css Color HEX #071AC8 Medium Blue

📋 copy color: '#071AC8'

red 7 ◦ green 26 ◦ blue 200

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

Shades of Medium Blue #071AC8

Tints of Medium Blue #071AC8

RGB

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

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

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

R = 3%
G = 11.16%
B = 85.84%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#071AC8 (or 0x071AC8) is known color: Medium Blue. HEX triplet: 07, 1A and C8. RGB value is (7,26,200). Sum of RGB (Red+Green+Blue) = 7+26+200=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 200 (78.52% from 255 or 85.84% from 233); Max value from RGB is 200 - color contains mainly: blue. Hex color #071AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071AC8 is #F8E537. Grayscale: #272727. Windows color (decimal): -16311608 or 13113863. OLE color: 13113863.

HSL color Cylindrical-coordinate representation of color #071AC8: hue angle of 234.09º 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 #071AC8 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 26 200 -
CMYK 0.96 0.87 0 0.22
HSL 234.09º 0.93% 0.41% -
HSV(B) 234.09º 0.97% 0.78% -
XYZ 10.88 4.95 55.03 -
YUV 40.16 218.21 104.35 -
System Red Green Blue C M Y K H S L
Decimal 7 26 200 0.96 0.87 0 0.22 234.09 0.93 0.41
Hex 7 1A C8 60 57 0 16 EA 5D 29
Octal 7 32 310 140 127 0 26 352 135 51
Binary 111 11010 11001000 1100000 1010111 0 10110 11101010 1011101 101001

Color Harmonies of #071AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071AC8

Black with #071AC8

Text Example


Text Example

White with #071AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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