#0815F7

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

Shades of Blue #0815F7

Tints of Blue #0815F7

Color information

#0815F7 (or 0x0815F7) is unknown color: approx Blue. HEX triplet: 08, 15 and F7. RGB value is (8,21,247). Sum of RGB (Red+Green+Blue) = 8+21+247=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 247 (96.88% from 255 or 89.49% from 276); Max value from RGB is 247 - color contains mainly: blue. Hex color #0815F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0815F7 is #F7EA08. Grayscale: #292929. Windows color (decimal): -16247305 or 16192776. OLE color: 16192776.

HSL color Cylindrical-coordinate representation of color #0815F7: hue angle of 236.74º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0815F7 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB821247-
CMYK0.970.9100.03
HSL236.74º93.73%50%-
HSV(B)236.74º96.76%96.86%-
XYZ17.167.388.5-
YUV42.88243.19103.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.90%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 247 (96.88% from 255) = 89.49%
R=2.90%
G=7.61%
B=89.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal8212470.970.9100.03236.7493.7350
Hex815F7615B03ed5e32
Octal10253671411330335513662
Binary1000101011111011111000011011011011111011011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0815F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0815F7; }

 p { color: rgb(8,21,247); }

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

<style>
 a { background-color: #0815F7; }

 a { background-color: rgb(8,21,247); }

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

<style>
 span { border-color: #0815F7; }

 span { border-color: rgb(8,21,247); }

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