Html Css Color HEX #0703DB Medium Blue

📋 copy color: '#0703DB'

red 7 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #0703DB

Tints of Medium Blue #0703DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 95.63%

R = 3.06%
G = 1.31%
B = 95.63%

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

#0703DB (or 0x0703DB) is known color: Medium Blue. HEX triplet: 07, 03 and DB. RGB value is (7,3,219). Sum of RGB (Red+Green+Blue) = 7+3+219=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 219 (85.94% from 255 or 95.63% from 229); Max value from RGB is 219 - color contains mainly: blue. Hex color #0703DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703DB is #F8FC24. Grayscale: #1B1B1B. Windows color (decimal): -16317477 or 14353159. OLE color: 14353159.

HSL color Cylindrical-coordinate representation of color #0703DB: 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 #0703DB is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 3 219 -
CMYK 0.97 0.99 0 0.14
HSL 241.11º 0.97% 0.44% -
HSV(B) 241.11º 0.99% 0.86% -
XYZ 12.91 5.22 67.35 -
YUV 28.82 235.33 112.44 -
System Red Green Blue C M Y K H S L
Decimal 7 3 219 0.97 0.99 0 0.14 241.11 0.97 0.44
Hex 7 3 DB 61 63 0 E F1 61 2C
Octal 7 3 333 141 143 0 16 361 141 54
Binary 111 11 11011011 1100001 1100011 0 1110 11110001 1100001 101100

Color Harmonies of #0703DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0703DB

Black with #0703DB

Text Example


Text Example

White with #0703DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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