#0807FE

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

Shades of Blue #0807FE

Tints of Blue #0807FE

Color information

#0807FE (or 0x0807FE) is unknown color: approx Blue. HEX triplet: 08, 07 and FE. RGB value is (8,7,254). Sum of RGB (Red+Green+Blue) = 8+7+254=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 254 (99.61% from 255 or 94.42% from 269); Max value from RGB is 254 - color contains mainly: blue. Hex color #0807FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0807FE is #F7F801. Grayscale: #222222. Windows color (decimal): -16250882 or 16647944. OLE color: 16647944.

HSL color Cylindrical-coordinate representation of color #0807FE: 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.97%. Process color model (Four color, CMYK) of #0807FE is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87254-
CMYK0.970.9700.00
HSL240.24º99.2%51.18%-
HSV(B)240.24º97.24%99.61%-
XYZ18.077.3694.23-
YUV35.46251.33108.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.97%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 254 (99.61% from 255) = 94.42%
R=2.97%
G=2.60%
B=94.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872540.970.9700.00240.2499.251.18
Hex87FE616100f06333
Octal1073761411410036014363
Binary1000111111111101100001110000100111100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0807FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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