#070AFE

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

Shades of Blue #070AFE

Tints of Blue #070AFE

Color information

#070AFE (or 0x070AFE) is unknown color: approx Blue. HEX triplet: 07, 0A and FE. RGB value is (7,10,254). Sum of RGB (Red+Green+Blue) = 7+10+254=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #070AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070AFE is #F8F501. Grayscale: #232323. Windows color (decimal): -16315650 or 16648711. OLE color: 16648711.

HSL color Cylindrical-coordinate representation of color #070AFE: hue angle of 239.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070AFE is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB710254-
CMYK0.970.9600.00
HSL239.27º99.2%51.18%-
HSV(B)239.27º97.24%99.61%-
XYZ18.097.4294.24-
YUV36.92250.51106.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.58%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 254 (99.61% from 255) = 93.73%
R=2.58%
G=3.69%
B=93.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7102540.970.9600.00239.2799.251.18
Hex7AFE616000ef6333
Octal7123761411400035714363
Binary1111010111111101100001110000000111011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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