Html Css Color HEX #070ACD Medium Blue

📋 copy color: '#070ACD'

red 7 ◦ green 10 ◦ blue 205

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

Shades of Medium Blue #070ACD

Tints of Medium Blue #070ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 92.34%

R = 3.15%
G = 4.5%
B = 92.34%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#070ACD (or 0x070ACD) is known color: Medium Blue. HEX triplet: 07, 0A and CD. RGB value is (7,10,205). Sum of RGB (Red+Green+Blue) = 7+10+205=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 205 (80.47% from 255 or 92.34% from 222); Max value from RGB is 205 - color contains mainly: blue. Hex color #070ACD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ACD is #F8F532. Grayscale: #1E1E1E. Windows color (decimal): -16315699 or 13437447. OLE color: 13437447.

HSL color Cylindrical-coordinate representation of color #070ACD: hue angle of 239.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070ACD is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 10 205 -
CMYK 0.97 0.95 0 0.20
HSL 239.09º 0.93% 0.42% -
HSV(B) 239.09º 0.97% 0.8% -
XYZ 11.22 4.67 58.07 -
YUV 31.33 226.01 110.64 -
System Red Green Blue C M Y K H S L
Decimal 7 10 205 0.97 0.95 0 0.20 239.09 0.93 0.42
Hex 7 A CD 61 5F 0 14 EF 5D 2A
Octal 7 12 315 141 137 0 24 357 135 52
Binary 111 1010 11001101 1100001 1011111 0 10100 11101111 1011101 101010

Color Harmonies of #070ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ACD

Black with #070ACD

Text Example


Text Example

White with #070ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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