Html Css Color HEX #070ABB Medium Blue

📋 copy color: '#070ABB'

red 7 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #070ABB

Tints of Medium Blue #070ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 91.67%

R = 3.43%
G = 4.9%
B = 91.67%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#070ABB (or 0x070ABB) is known color: Medium Blue. HEX triplet: 07, 0A and BB. RGB value is (7,10,187). Sum of RGB (Red+Green+Blue) = 7+10+187=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #070ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ABB is #F8F544. Grayscale: #1C1C1C. Windows color (decimal): -16315717 or 12257799. OLE color: 12257799.

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

Color convert

RGB 7 10 187 -
CMYK 0.96 0.95 0 0.27
HSL 239º 0.93% 0.38% -
HSV(B) 239º 0.96% 0.73% -
XYZ 9.17 3.85 47.27 -
YUV 29.28 217.01 112.11 -
System Red Green Blue C M Y K H S L
Decimal 7 10 187 0.96 0.95 0 0.27 239 0.93 0.38
Hex 7 A BB 60 5F 0 1B EF 5D 26
Octal 7 12 273 140 137 0 33 357 135 46
Binary 111 1010 10111011 1100000 1011111 0 11011 11101111 1011101 100110

Color Harmonies of #070ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070ABB

Black with #070ABB

Text Example


Text Example

White with #070ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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