Html Css Color HEX #070ACC Medium Blue

📋 copy color: '#070ACC'

red 7 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #070ACC

Tints of Medium Blue #070ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 92.31%

R = 3.17%
G = 4.52%
B = 92.31%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#070ACC (or 0x070ACC) is known color: Medium Blue. HEX triplet: 07, 0A and CC. RGB value is (7,10,204). Sum of RGB (Red+Green+Blue) = 7+10+204=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 204 (80.08% from 255 or 92.31% from 221); Max value from RGB is 204 - color contains mainly: blue. Hex color #070ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ACC is #F8F533. Grayscale: #1E1E1E. Windows color (decimal): -16315700 or 13371911. OLE color: 13371911.

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

Color convert

RGB 7 10 204 -
CMYK 0.97 0.95 0 0.2
HSL 239.09º 0.93% 0.41% -
HSV(B) 239.09º 0.97% 0.8% -
XYZ 11.1 4.62 57.43 -
YUV 31.22 225.51 110.73 -
System Red Green Blue C M Y K H S L
Decimal 7 10 204 0.97 0.95 0 0.2 239.09 0.93 0.41
Hex 7 A CC 61 5F 0 14 EF 5D 29
Octal 7 12 314 141 137 0 24 357 135 51
Binary 111 1010 11001100 1100001 1011111 0 10100 11101111 1011101 101001

Color Harmonies of #070ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ACC

Black with #070ACC

Text Example


Text Example

White with #070ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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