Html Css Color HEX #0705BA Medium Blue

📋 copy color: '#0705BA'

red 7 ◦ green 5 ◦ blue 186

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

Shades of Medium Blue #0705BA

Tints of Medium Blue #0705BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 186 (73.05% from 255) = 93.94%

R = 3.54%
G = 2.53%
B = 93.94%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0705BA (or 0x0705BA) is known color: Medium Blue. HEX triplet: 07, 05 and BA. RGB value is (7,5,186). Sum of RGB (Red+Green+Blue) = 7+5+186=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 186 (73.05% from 255 or 93.94% from 198); Max value from RGB is 186 - color contains mainly: blue. Hex color #0705BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0705BA is #F8FA45. Grayscale: #191919. Windows color (decimal): -16316998 or 12190983. OLE color: 12190983.

HSL color Cylindrical-coordinate representation of color #0705BA: hue angle of 240.66º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705BA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 5 186 -
CMYK 0.96 0.97 0 0.27
HSL 240.66º 0.95% 0.37% -
HSV(B) 240.66º 0.97% 0.73% -
XYZ 9 3.7 46.69 -
YUV 26.23 218.16 114.28 -
System Red Green Blue C M Y K H S L
Decimal 7 5 186 0.96 0.97 0 0.27 240.66 0.95 0.37
Hex 7 5 BA 60 61 0 1B F1 5F 25
Octal 7 5 272 140 141 0 33 361 137 45
Binary 111 101 10111010 1100000 1100001 0 11011 11110001 1011111 100101

Color Harmonies of #0705BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0705BA

Black with #0705BA

Text Example


Text Example

White with #0705BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0705BA; }

 p { color: rgb(7,5,186); }

 H1.HeaderClassName
 {
   color: #0705BA;
 }
 .AnyTagClassName
 {
   color: #0705BA;
 }
</style>

background-color css

<style>
 a { background-color: #0705BA; }

 a { background-color: rgb(7,5,186); }

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

border-color css

<style>
 span { border-color: #0705BA; }

 span { border-color: rgb(7,5,186); }

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