#0801FE

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

Shades of Blue #0801FE

Tints of Blue #0801FE

Color information

#0801FE (or 0x0801FE) is unknown color: approx Blue. HEX triplet: 08, 01 and FE. RGB value is (8,1,254). Sum of RGB (Red+Green+Blue) = 8+1+254=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 254 (99.61% from 255 or 96.58% from 263); Max value from RGB is 254 - color contains mainly: blue. Hex color #0801FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0801FE is #F7FE01. Grayscale: #1E1E1E. Windows color (decimal): -16252418 or 16646408. OLE color: 16646408.

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

Color convert

RGB81254-
CMYK0.971.0000.00
HSL241.66º99.22%50%-
HSV(B)241.66º99.61%99.61%-
XYZ187.2394.21-
YUV31.94253.32110.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.04%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 254 (99.61% from 255) = 96.58%
R=3.04%
G=0.38%
B=96.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal812540.971.0000.00241.6699.2250
Hex81FE616400f26332
Octal1013761411440036214362
Binary10001111111101100001110010000111100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0801FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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