#070bb5

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

Shades of Medium Blue #070BB5

Tints of Medium Blue #070BB5

Color information

#070BB5 (or 0x070BB5) is unknown color: approx Medium Blue. HEX triplet: 07, 0B and B5. RGB value is (7,11,181). Sum of RGB (Red+Green+Blue) = 7+11+181=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 181 (71.09% from 255 or 90.95% from 199); Max value from RGB is 181 - color contains mainly: blue. Hex color #070BB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BB5 is #F8F44A. Grayscale: #1C1C1C. Windows color (decimal): -16315467 or 11864839. OLE color: 11864839.

HSL color Cylindrical-coordinate representation of color #070BB5: hue angle of 238.62º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070BB5 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB711181-
CMYK0.960.9400.29
HSL238.62º92.55%36.86%-
HSV(B)238.62º96.13%70.98%-
XYZ8.553.6243.96-
YUV29.18213.67112.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 181 (71.09% from 255) = 90.95%
R=3.52%
G=5.53%
B=90.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7111810.960.9400.29238.6292.5536.86
Hex7BB5605E01Def5d25
Octal71326514013603535713545
Binary11110111011010111000001011110011101111011111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,11,181); }

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

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

 a { background-color: rgb(7,11,181); }

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

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

 span { border-color: rgb(7,11,181); }

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