Html Css Color HEX #070ADE Medium Blue

📋 copy color: '#070ADE'

red 7 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #070ADE

Tints of Medium Blue #070ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 92.89%

R = 2.93%
G = 4.18%
B = 92.89%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#070ADE (or 0x070ADE) is known color: Medium Blue. HEX triplet: 07, 0A and DE. RGB value is (7,10,222). Sum of RGB (Red+Green+Blue) = 7+10+222=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 222 (87.11% from 255 or 92.89% from 239); Max value from RGB is 222 - color contains mainly: blue. Hex color #070ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ADE is #F8F521. Grayscale: #202020. Windows color (decimal): -16315682 or 14551559. OLE color: 14551559.

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

Color convert

RGB 7 10 222 -
CMYK 0.97 0.95 0 0.13
HSL 239.16º 0.94% 0.45% -
HSV(B) 239.16º 0.97% 0.87% -
XYZ 13.38 5.54 69.47 -
YUV 33.27 234.51 109.26 -
System Red Green Blue C M Y K H S L
Decimal 7 10 222 0.97 0.95 0 0.13 239.16 0.94 0.45
Hex 7 A DE 61 5F 0 D EF 5E 2D
Octal 7 12 336 141 137 0 15 357 136 55
Binary 111 1010 11011110 1100001 1011111 0 1101 11101111 1011110 101101

Color Harmonies of #070ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ADE

Black with #070ADE

Text Example


Text Example

White with #070ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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