Html Css Color HEX #071AD9 Medium Blue

📋 copy color: '#071AD9'

red 7 ◦ green 26 ◦ blue 217

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

Shades of Medium Blue #071AD9

Tints of Medium Blue #071AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 86.8%

R = 2.8%
G = 10.4%
B = 86.8%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#071AD9 (or 0x071AD9) is known color: Medium Blue. HEX triplet: 07, 1A and D9. RGB value is (7,26,217). Sum of RGB (Red+Green+Blue) = 7+26+217=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 217 (85.16% from 255 or 86.8% from 250); Max value from RGB is 217 - color contains mainly: blue. Hex color #071AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071AD9 is #F8E526. Grayscale: #292929. Windows color (decimal): -16311591 or 14227975. OLE color: 14227975.

HSL color Cylindrical-coordinate representation of color #071AD9: hue angle of 234.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071AD9 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 26 217 -
CMYK 0.97 0.88 0 0.15
HSL 234.57º 0.94% 0.44% -
HSV(B) 234.57º 0.97% 0.85% -
XYZ 12.98 5.79 66.08 -
YUV 42.09 226.71 102.97 -
System Red Green Blue C M Y K H S L
Decimal 7 26 217 0.97 0.88 0 0.15 234.57 0.94 0.44
Hex 7 1A D9 61 58 0 F EB 5E 2C
Octal 7 32 331 141 130 0 17 353 136 54
Binary 111 11010 11011001 1100001 1011000 0 1111 11101011 1011110 101100

Color Harmonies of #071AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071AD9

Black with #071AD9

Text Example


Text Example

White with #071AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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