#0706FE

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

Shades of Blue #0706FE

Tints of Blue #0706FE

Color information

#0706FE (or 0x0706FE) is unknown color: approx Blue. HEX triplet: 07, 06 and FE. RGB value is (7,6,254). Sum of RGB (Red+Green+Blue) = 7+6+254=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 254 (99.61% from 255 or 95.13% from 267); Max value from RGB is 254 - color contains mainly: blue. Hex color #0706FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0706FE is #F8F901. Grayscale: #212121. Windows color (decimal): -16316674 or 16647687. OLE color: 16647687.

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

Color convert

RGB76254-
CMYK0.970.9800.00
HSL240.24º99.2%50.98%-
HSV(B)240.24º97.64%99.61%-
XYZ18.047.3394.23-
YUV34.57251.83108.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 254 (99.61% from 255) = 95.13%
R=2.62%
G=2.25%
B=95.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762540.970.9800.00240.2499.250.98
Hex76FE616200f06333
Octal763761411420036014363
Binary111110111111101100001110001000111100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0706FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0706FE; }

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

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

<style>
 a { background-color: #0706FE; }

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

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

<style>
 span { border-color: #0706FE; }

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

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