Html Css Color HEX #071BDC Medium Blue

📋 copy color: '#071BDC'

red 7 ◦ green 27 ◦ blue 220

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

Shades of Medium Blue #071BDC

Tints of Medium Blue #071BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

 BLUE value IS 220 (86.33% from 255) = 86.61%

R = 2.76%
G = 10.63%
B = 86.61%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#071BDC (or 0x071BDC) is known color: Medium Blue. HEX triplet: 07, 1B and DC. RGB value is (7,27,220). Sum of RGB (Red+Green+Blue) = 7+27+220=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #071BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BDC is #F8E423. Grayscale: #2A2A2A. Windows color (decimal): -16311332 or 14424839. OLE color: 14424839.

HSL color Cylindrical-coordinate representation of color #071BDC: hue angle of 234.37º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BDC is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 27 220 -
CMYK 0.97 0.88 0 0.14
HSL 234.37º 0.94% 0.45% -
HSV(B) 234.37º 0.97% 0.86% -
XYZ 13.4 6 68.16 -
YUV 43.02 227.87 102.31 -
System Red Green Blue C M Y K H S L
Decimal 7 27 220 0.97 0.88 0 0.14 234.37 0.94 0.45
Hex 7 1B DC 61 58 0 E EA 5E 2D
Octal 7 33 334 141 130 0 16 352 136 55
Binary 111 11011 11011100 1100001 1011000 0 1110 11101010 1011110 101101

Color Harmonies of #071BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BDC

Black with #071BDC

Text Example


Text Example

White with #071BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,27,220); }

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

background-color css

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

 a { background-color: rgb(7,27,220); }

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

border-color css

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

 span { border-color: rgb(7,27,220); }

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