Html Css Color HEX #0703BA Medium Blue

📋 copy color: '#0703BA'

red 7 ◦ green 3 ◦ blue 186

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

Shades of Medium Blue #0703BA

Tints of Medium Blue #0703BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 3.57%
G = 1.53%
B = 94.9%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0703BA (or 0x0703BA) is known color: Medium Blue. HEX triplet: 07, 03 and BA. RGB value is (7,3,186). Sum of RGB (Red+Green+Blue) = 7+3+186=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 186 (73.05% from 255 or 94.90% from 196); Max value from RGB is 186 - color contains mainly: blue. Hex color #0703BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703BA is #F8FC45. Grayscale: #181818. Windows color (decimal): -16317510 or 12190471. OLE color: 12190471.

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

Color convert

RGB 7 3 186 -
CMYK 0.96 0.98 0 0.27
HSL 241.31º 0.97% 0.37% -
HSV(B) 241.31º 0.98% 0.73% -
XYZ 8.98 3.66 46.69 -
YUV 25.06 218.83 115.12 -
System Red Green Blue C M Y K H S L
Decimal 7 3 186 0.96 0.98 0 0.27 241.31 0.97 0.37
Hex 7 3 BA 60 62 0 1B F1 61 25
Octal 7 3 272 140 142 0 33 361 141 45
Binary 111 11 10111010 1100000 1100010 0 11011 11110001 1100001 100101

Color Harmonies of #0703BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0703BA

Black with #0703BA

Text Example


Text Example

White with #0703BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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