Html Css Color HEX #071DCB Medium Blue

📋 copy color: '#071DCB'

red 7 ◦ green 29 ◦ blue 203

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

Shades of Medium Blue #071DCB

Tints of Medium Blue #071DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 84.94%

R = 2.93%
G = 12.13%
B = 84.94%

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

#071DCB (or 0x071DCB) is known color: Medium Blue. HEX triplet: 07, 1D and CB. RGB value is (7,29,203). Sum of RGB (Red+Green+Blue) = 7+29+203=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #071DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DCB is #F8E234. Grayscale: #292929. Windows color (decimal): -16310837 or 13311239. OLE color: 13311239.

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

Color convert

RGB 7 29 203 -
CMYK 0.97 0.86 0 0.20
HSL 233.27º 0.93% 0.41% -
HSV(B) 233.27º 0.97% 0.8% -
XYZ 11.31 5.24 56.91 -
YUV 42.26 218.71 102.85 -
System Red Green Blue C M Y K H S L
Decimal 7 29 203 0.97 0.86 0 0.20 233.27 0.93 0.41
Hex 7 1D CB 61 56 0 14 E9 5D 29
Octal 7 35 313 141 126 0 24 351 135 51
Binary 111 11101 11001011 1100001 1010110 0 10100 11101001 1011101 101001

Color Harmonies of #071DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DCB

Black with #071DCB

Text Example


Text Example

White with #071DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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