Html Css Color HEX #071ADF Medium Blue

📋 copy color: '#071ADF'

red 7 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #071ADF

Tints of Medium Blue #071ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 87.11%

R = 2.73%
G = 10.16%
B = 87.11%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#071ADF (or 0x071ADF) is known color: Medium Blue. HEX triplet: 07, 1A and DF. RGB value is (7,26,223). Sum of RGB (Red+Green+Blue) = 7+26+223=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #071ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ADF is #F8E520. Grayscale: #292929. Windows color (decimal): -16311585 or 14621191. OLE color: 14621191.

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

Color convert

RGB 7 26 223 -
CMYK 0.97 0.88 0 0.13
HSL 234.72º 0.94% 0.45% -
HSV(B) 234.72º 0.97% 0.87% -
XYZ 13.78 6.11 70.27 -
YUV 42.78 229.71 102.48 -
System Red Green Blue C M Y K H S L
Decimal 7 26 223 0.97 0.88 0 0.13 234.72 0.94 0.45
Hex 7 1A DF 61 58 0 D EB 5E 2D
Octal 7 32 337 141 130 0 15 353 136 55
Binary 111 11010 11011111 1100001 1011000 0 1101 11101011 1011110 101101

Color Harmonies of #071ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ADF

Black with #071ADF

Text Example


Text Example

White with #071ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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