Html Css Color HEX #070ABC Medium Blue

📋 copy color: '#070ABC'

red 7 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #070ABC

Tints of Medium Blue #070ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 91.71%

R = 3.41%
G = 4.88%
B = 91.71%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#070ABC (or 0x070ABC) is known color: Medium Blue. HEX triplet: 07, 0A and BC. RGB value is (7,10,188). Sum of RGB (Red+Green+Blue) = 7+10+188=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #070ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ABC is #F8F543. Grayscale: #1C1C1C. Windows color (decimal): -16315716 or 12323335. OLE color: 12323335.

HSL color Cylindrical-coordinate representation of color #070ABC: hue angle of 239.01º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070ABC is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 10 188 -
CMYK 0.96 0.95 0 0.26
HSL 239.01º 0.93% 0.38% -
HSV(B) 239.01º 0.96% 0.74% -
XYZ 9.27 3.89 47.84 -
YUV 29.4 217.51 112.03 -
System Red Green Blue C M Y K H S L
Decimal 7 10 188 0.96 0.95 0 0.26 239.01 0.93 0.38
Hex 7 A BC 60 5F 0 1A EF 5D 26
Octal 7 12 274 140 137 0 32 357 135 46
Binary 111 1010 10111100 1100000 1011111 0 11010 11101111 1011101 100110

Color Harmonies of #070ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ABC

Black with #070ABC

Text Example


Text Example

White with #070ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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