Html Css Color HEX #071DCD Medium Blue

📋 copy color: '#071DCD'

red 7 ◦ green 29 ◦ blue 205

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

Shades of Medium Blue #071DCD

Tints of Medium Blue #071DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.03%

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

R = 2.9%
G = 12.03%
B = 85.06%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#071DCD (or 0x071DCD) is known color: Medium Blue. HEX triplet: 07, 1D and CD. RGB value is (7,29,205). Sum of RGB (Red+Green+Blue) = 7+29+205=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #071DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DCD is #F8E232. Grayscale: #292929. Windows color (decimal): -16310835 or 13442311. OLE color: 13442311.

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

Color convert

RGB 7 29 205 -
CMYK 0.97 0.86 0 0.20
HSL 233.33º 0.93% 0.42% -
HSV(B) 233.33º 0.97% 0.8% -
XYZ 11.55 5.33 58.18 -
YUV 42.49 219.71 102.69 -
System Red Green Blue C M Y K H S L
Decimal 7 29 205 0.97 0.86 0 0.20 233.33 0.93 0.42
Hex 7 1D CD 61 56 0 14 E9 5D 2A
Octal 7 35 315 141 126 0 24 351 135 52
Binary 111 11101 11001101 1100001 1010110 0 10100 11101001 1011101 101010

Color Harmonies of #071DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DCD

Black with #071DCD

Text Example


Text Example

White with #071DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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