Html Css Color HEX #070ACB Medium Blue

📋 copy color: '#070ACB'

red 7 ◦ green 10 ◦ blue 203

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

Shades of Medium Blue #070ACB

Tints of Medium Blue #070ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 92.27%

R = 3.18%
G = 4.55%
B = 92.27%

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

#070ACB (or 0x070ACB) is known color: Medium Blue. HEX triplet: 07, 0A and CB. RGB value is (7,10,203). Sum of RGB (Red+Green+Blue) = 7+10+203=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #070ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ACB is #F8F534. Grayscale: #1E1E1E. Windows color (decimal): -16315701 or 13306375. OLE color: 13306375.

HSL color Cylindrical-coordinate representation of color #070ACB: hue angle of 239.08º 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 #070ACB is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 10 203 -
CMYK 0.97 0.95 0 0.20
HSL 239.08º 0.93% 0.41% -
HSV(B) 239.08º 0.97% 0.8% -
XYZ 10.98 4.57 56.8 -
YUV 31.11 225.01 110.81 -
System Red Green Blue C M Y K H S L
Decimal 7 10 203 0.97 0.95 0 0.20 239.08 0.93 0.41
Hex 7 A CB 61 5F 0 14 EF 5D 29
Octal 7 12 313 141 137 0 24 357 135 51
Binary 111 1010 11001011 1100001 1011111 0 10100 11101111 1011101 101001

Color Harmonies of #070ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ACB

Black with #070ACB

Text Example


Text Example

White with #070ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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