Html Css Color HEX #071ADA Medium Blue

📋 copy color: '#071ADA'

red 7 ◦ green 26 ◦ blue 218

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

Shades of Medium Blue #071ADA

Tints of Medium Blue #071ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 86.85%

R = 2.79%
G = 10.36%
B = 86.85%

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

#071ADA (or 0x071ADA) is known color: Medium Blue. HEX triplet: 07, 1A and DA. RGB value is (7,26,218). Sum of RGB (Red+Green+Blue) = 7+26+218=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #071ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ADA is #F8E525. Grayscale: #292929. Windows color (decimal): -16311590 or 14293511. OLE color: 14293511.

HSL color Cylindrical-coordinate representation of color #071ADA: hue angle of 234.6º 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 #071ADA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 26 218 -
CMYK 0.97 0.88 0 0.15
HSL 234.6º 0.94% 0.44% -
HSV(B) 234.6º 0.97% 0.85% -
XYZ 13.11 5.85 66.77 -
YUV 42.21 227.21 102.89 -
System Red Green Blue C M Y K H S L
Decimal 7 26 218 0.97 0.88 0 0.15 234.6 0.94 0.44
Hex 7 1A DA 61 58 0 F EB 5E 2C
Octal 7 32 332 141 130 0 17 353 136 54
Binary 111 11010 11011010 1100001 1011000 0 1111 11101011 1011110 101100

Color Harmonies of #071ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ADA

Black with #071ADA

Text Example


Text Example

White with #071ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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