Html Css Color HEX #0703DC Medium Blue

📋 copy color: '#0703DC'

red 7 ◦ green 3 ◦ blue 220

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

Shades of Medium Blue #0703DC

Tints of Medium Blue #0703DC

RGB

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

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

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

R = 3.04%
G = 1.3%
B = 95.65%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0703DC (or 0x0703DC) is known color: Medium Blue. HEX triplet: 07, 03 and DC. RGB value is (7,3,220). Sum of RGB (Red+Green+Blue) = 7+3+220=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 220 (86.33% from 255 or 95.65% from 230); Max value from RGB is 220 - color contains mainly: blue. Hex color #0703DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703DC is #F8FC23. Grayscale: #1C1C1C. Windows color (decimal): -16317476 or 14418695. OLE color: 14418695.

HSL color Cylindrical-coordinate representation of color #0703DC: hue angle of 241.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0703DC is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 3 220 -
CMYK 0.97 0.99 0 0.14
HSL 241.11º 0.97% 0.44% -
HSV(B) 241.11º 0.99% 0.86% -
XYZ 13.04 5.28 68.04 -
YUV 28.93 235.83 112.36 -
System Red Green Blue C M Y K H S L
Decimal 7 3 220 0.97 0.99 0 0.14 241.11 0.97 0.44
Hex 7 3 DC 61 63 0 E F1 61 2C
Octal 7 3 334 141 143 0 16 361 141 54
Binary 111 11 11011100 1100001 1100011 0 1110 11110001 1100001 101100

Color Harmonies of #0703DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0703DC

Black with #0703DC

Text Example


Text Example

White with #0703DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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