Html Css Color HEX #071FCD Medium Blue

📋 copy color: '#071FCD'

red 7 ◦ green 31 ◦ blue 205

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

Shades of Medium Blue #071FCD

Tints of Medium Blue #071FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 84.36%

R = 2.88%
G = 12.76%
B = 84.36%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#071FCD (or 0x071FCD) is known color: Medium Blue. HEX triplet: 07, 1F and CD. RGB value is (7,31,205). Sum of RGB (Red+Green+Blue) = 7+31+205=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #071FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FCD is #F8E032. Grayscale: #2A2A2A. Windows color (decimal): -16310323 or 13442823. OLE color: 13442823.

HSL color Cylindrical-coordinate representation of color #071FCD: hue angle of 232.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071FCD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 31 205 -
CMYK 0.97 0.85 0 0.20
HSL 232.73º 0.93% 0.42% -
HSV(B) 232.73º 0.97% 0.8% -
XYZ 11.6 5.43 58.2 -
YUV 43.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 7 31 205 0.97 0.85 0 0.20 232.73 0.93 0.42
Hex 7 1F CD 61 55 0 14 E9 5D 2A
Octal 7 37 315 141 125 0 24 351 135 52
Binary 111 11111 11001101 1100001 1010101 0 10100 11101001 1011101 101010

Color Harmonies of #071FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FCD

Black with #071FCD

Text Example


Text Example

White with #071FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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