Html Css Color HEX #070ADC Medium Blue

📋 copy color: '#070ADC'

red 7 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #070ADC

Tints of Medium Blue #070ADC

RGB

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

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

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

R = 2.95%
G = 4.22%
B = 92.83%

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

#070ADC (or 0x070ADC) is known color: Medium Blue. HEX triplet: 07, 0A and DC. RGB value is (7,10,220). Sum of RGB (Red+Green+Blue) = 7+10+220=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 220 (86.33% from 255 or 92.83% from 237); Max value from RGB is 220 - color contains mainly: blue. Hex color #070ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ADC is #F8F523. Grayscale: #202020. Windows color (decimal): -16315684 or 14420487. OLE color: 14420487.

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

Color convert

RGB 7 10 220 -
CMYK 0.97 0.95 0 0.14
HSL 239.15º 0.94% 0.45% -
HSV(B) 239.15º 0.97% 0.86% -
XYZ 13.11 5.43 68.07 -
YUV 33.04 233.51 109.42 -
System Red Green Blue C M Y K H S L
Decimal 7 10 220 0.97 0.95 0 0.14 239.15 0.94 0.45
Hex 7 A DC 61 5F 0 E EF 5E 2D
Octal 7 12 334 141 137 0 16 357 136 55
Binary 111 1010 11011100 1100001 1011111 0 1110 11101111 1011110 101101

Color Harmonies of #070ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ADC

Black with #070ADC

Text Example


Text Example

White with #070ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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