#070FBB

Color #070FBB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #070FBB

Tints of Medium Blue #070FBB

Color information

#070FBB (or 0x070FBB) is unknown color: approx Medium Blue. HEX triplet: 07, 0F and BB. RGB value is (7,15,187). Sum of RGB (Red+Green+Blue) = 7+15+187=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #070FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FBB is #F8F044. Grayscale: #1F1F1F. Windows color (decimal): -16314437 or 12259079. OLE color: 12259079.

HSL color Cylindrical-coordinate representation of color #070FBB: hue angle of 237.33º 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 #070FBB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB715187-
CMYK0.960.9200.27
HSL237.33º92.78%38.04%-
HSV(B)237.33º96.26%73.33%-
XYZ9.233.9747.29-
YUV32.22215.35110.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 187 (73.44% from 255) = 89.47%
R=3.35%
G=7.18%
B=89.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7151870.960.9200.27237.3392.7838.04
Hex7FBB605C01Bed5d26
Octal71727314013403335513546
Binary11111111011101111000001011100011011111011011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #070FBB;
 }
 .AnyTagClassName
 {
   color: #070FBB;
 }
</style>
background-color css

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

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

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

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

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

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