Html Css Color HEX #071BCB Medium Blue

📋 copy color: '#071BCB'

red 7 ◦ green 27 ◦ blue 203

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

Shades of Medium Blue #071BCB

Tints of Medium Blue #071BCB

RGB

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

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

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

R = 2.95%
G = 11.39%
B = 85.65%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#071BCB (or 0x071BCB) is known color: Medium Blue. HEX triplet: 07, 1B and CB. RGB value is (7,27,203). Sum of RGB (Red+Green+Blue) = 7+27+203=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #071BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BCB is #F8E434. Grayscale: #282828. Windows color (decimal): -16311349 or 13310727. OLE color: 13310727.

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

Color convert

RGB 7 27 203 -
CMYK 0.97 0.87 0 0.20
HSL 233.88º 0.93% 0.41% -
HSV(B) 233.88º 0.97% 0.8% -
XYZ 11.26 5.14 56.9 -
YUV 41.08 219.37 103.69 -
System Red Green Blue C M Y K H S L
Decimal 7 27 203 0.97 0.87 0 0.20 233.88 0.93 0.41
Hex 7 1B CB 61 57 0 14 EA 5D 29
Octal 7 33 313 141 127 0 24 352 135 51
Binary 111 11011 11001011 1100001 1010111 0 10100 11101010 1011101 101001

Color Harmonies of #071BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BCB

Black with #071BCB

Text Example


Text Example

White with #071BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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