Html Css Color HEX #071DCF Medium Blue

📋 copy color: '#071DCF'

red 7 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #071DCF

Tints of Medium Blue #071DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.19%

R = 2.88%
G = 11.93%
B = 85.19%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#071DCF (or 0x071DCF) is known color: Medium Blue. HEX triplet: 07, 1D and CF. RGB value is (7,29,207). Sum of RGB (Red+Green+Blue) = 7+29+207=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #071DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DCF is #F8E230. Grayscale: #292929. Windows color (decimal): -16310833 or 13573383. OLE color: 13573383.

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

Color convert

RGB 7 29 207 -
CMYK 0.97 0.86 0 0.19
HSL 233.4º 0.93% 0.42% -
HSV(B) 233.4º 0.97% 0.81% -
XYZ 11.79 5.43 59.46 -
YUV 42.71 220.71 102.53 -
System Red Green Blue C M Y K H S L
Decimal 7 29 207 0.97 0.86 0 0.19 233.4 0.93 0.42
Hex 7 1D CF 61 56 0 13 E9 5D 2A
Octal 7 35 317 141 126 0 23 351 135 52
Binary 111 11101 11001111 1100001 1010110 0 10011 11101001 1011101 101010

Color Harmonies of #071DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DCF

Black with #071DCF

Text Example


Text Example

White with #071DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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