Html Css Color HEX #071FDA Medium Blue

📋 copy color: '#071FDA'

red 7 ◦ green 31 ◦ blue 218

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

Shades of Medium Blue #071FDA

Tints of Medium Blue #071FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 2.73%
G = 12.11%
B = 85.16%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#071FDA (or 0x071FDA) is known color: Medium Blue. HEX triplet: 07, 1F and DA. RGB value is (7,31,218). Sum of RGB (Red+Green+Blue) = 7+31+218=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 218 (85.55% from 255 or 85.16% from 256); Max value from RGB is 218 - color contains mainly: blue. Hex color #071FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FDA is #F8E025. Grayscale: #2C2C2C. Windows color (decimal): -16310310 or 14294791. OLE color: 14294791.

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

Color convert

RGB 7 31 218 -
CMYK 0.97 0.86 0 0.15
HSL 233.18º 0.94% 0.44% -
HSV(B) 233.18º 0.97% 0.85% -
XYZ 13.23 6.09 66.81 -
YUV 45.14 225.55 100.79 -
System Red Green Blue C M Y K H S L
Decimal 7 31 218 0.97 0.86 0 0.15 233.18 0.94 0.44
Hex 7 1F DA 61 56 0 F E9 5E 2C
Octal 7 37 332 141 126 0 17 351 136 54
Binary 111 11111 11011010 1100001 1010110 0 1111 11101001 1011110 101100

Color Harmonies of #071FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FDA

Black with #071FDA

Text Example


Text Example

White with #071FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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