#070BF5

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

Shades of Blue #070BF5

Tints of Blue #070BF5

Color information

#070BF5 (or 0x070BF5) is unknown color: approx Blue. HEX triplet: 07, 0B and F5. RGB value is (7,11,245). Sum of RGB (Red+Green+Blue) = 7+11+245=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 245 (96.09% from 255 or 93.16% from 263); Max value from RGB is 245 - color contains mainly: blue. Hex color #070BF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070BF5 is #F8F40A. Grayscale: #232323. Windows color (decimal): -16315403 or 16059143. OLE color: 16059143.

HSL color Cylindrical-coordinate representation of color #070BF5: hue angle of 238.99º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BF5 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB711245-
CMYK0.970.9600.04
HSL238.99º94.44%49.41%-
HSV(B)238.99º97.14%96.08%-
XYZ16.696.8886.83-
YUV36.48245.67106.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 245 (96.09% from 255) = 93.16%
R=2.66%
G=4.18%
B=93.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal7112450.970.9600.04238.9994.4449.41
Hex7BF5616004ef5e31
Octal7133651411400435713661
Binary111101111110101110000111000000100111011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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