Html Css Color HEX #070ADB Medium Blue

📋 copy color: '#070ADB'

red 7 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #070ADB

Tints of Medium Blue #070ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

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

R = 2.97%
G = 4.24%
B = 92.8%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#070ADB (or 0x070ADB) is known color: Medium Blue. HEX triplet: 07, 0A and DB. RGB value is (7,10,219). Sum of RGB (Red+Green+Blue) = 7+10+219=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #070ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ADB is #F8F524. Grayscale: #202020. Windows color (decimal): -16315685 or 14354951. OLE color: 14354951.

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

Color convert

RGB 7 10 219 -
CMYK 0.97 0.95 0 0.14
HSL 239.15º 0.94% 0.44% -
HSV(B) 239.15º 0.97% 0.86% -
XYZ 12.98 5.38 67.37 -
YUV 32.93 233.01 109.51 -
System Red Green Blue C M Y K H S L
Decimal 7 10 219 0.97 0.95 0 0.14 239.15 0.94 0.44
Hex 7 A DB 61 5F 0 E EF 5E 2C
Octal 7 12 333 141 137 0 16 357 136 54
Binary 111 1010 11011011 1100001 1011111 0 1110 11101111 1011110 101100

Color Harmonies of #070ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ADB

Black with #070ADB

Text Example


Text Example

White with #070ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070ADB; }

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

 H1.HeaderClassName
 {
   color: #070ADB;
 }
 .AnyTagClassName
 {
   color: #070ADB;
 }
</style>

background-color css

<style>
 a { background-color: #070ADB; }

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

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

border-color css

<style>
 span { border-color: #070ADB; }

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

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