Html Css Color HEX #0711BF Medium Blue

📋 copy color: '#0711BF'

red 7 ◦ green 17 ◦ blue 191

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

Shades of Medium Blue #0711BF

Tints of Medium Blue #0711BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

 BLUE value IS 191 (75% from 255) = 88.84%

R = 3.26%
G = 7.91%
B = 88.84%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0711BF (or 0x0711BF) is known color: Medium Blue. HEX triplet: 07, 11 and BF. RGB value is (7,17,191). Sum of RGB (Red+Green+Blue) = 7+17+191=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #0711BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0711BF is #F8EE40. Grayscale: #212121. Windows color (decimal): -16313921 or 12521735. OLE color: 12521735.

HSL color Cylindrical-coordinate representation of color #0711BF: hue angle of 236.74º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0711BF is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 17 191 -
CMYK 0.96 0.91 0 0.25
HSL 236.74º 0.93% 0.39% -
HSV(B) 236.74º 0.96% 0.75% -
XYZ 9.69 4.21 49.59 -
YUV 33.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 7 17 191 0.96 0.91 0 0.25 236.74 0.93 0.39
Hex 7 11 BF 60 5B 0 19 ED 5D 27
Octal 7 21 277 140 133 0 31 355 135 47
Binary 111 10001 10111111 1100000 1011011 0 11001 11101101 1011101 100111

Color Harmonies of #0711BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0711BF

Black with #0711BF

Text Example


Text Example

White with #0711BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0711BF; }

 p { color: rgb(7,17,191); }

 H1.HeaderClassName
 {
   color: #0711BF;
 }
 .AnyTagClassName
 {
   color: #0711BF;
 }
</style>

background-color css

<style>
 a { background-color: #0711BF; }

 a { background-color: rgb(7,17,191); }

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

border-color css

<style>
 span { border-color: #0711BF; }

 span { border-color: rgb(7,17,191); }

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