#081bf2

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

Shades of Blue #081BF2

Tints of Blue #081BF2

Color information

#081BF2 (or 0x081BF2) is unknown color: approx Blue. HEX triplet: 08, 1B and F2. RGB value is (8,27,242). Sum of RGB (Red+Green+Blue) = 8+27+242=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 242 (94.92% from 255 or 87.36% from 277); Max value from RGB is 242 - color contains mainly: blue. Hex color #081BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081BF2 is #F7E40D. Grayscale: #2C2C2C. Windows color (decimal): -16245774 or 15866632. OLE color: 15866632.

HSL color Cylindrical-coordinate representation of color #081BF2: hue angle of 235.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081BF2 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB827242-
CMYK0.970.8900.05
HSL235.13º93.6%49.02%-
HSV(B)235.13º96.69%94.9%-
XYZ16.527.2584.53-
YUV45.83238.71101.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 242 (94.92% from 255) = 87.36%
R=2.89%
G=9.75%
B=87.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8272420.970.8900.05235.1393.649.02
Hex81BF2615905eb5e31
Octal10333621411310535313661
Binary10001101111110010110000110110010101111010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081bf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081bf2; }

 p { color: rgb(8,27,242); }

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

<style>
 a { background-color: #081bf2; }

 a { background-color: rgb(8,27,242); }

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

<style>
 span { border-color: #081bf2; }

 span { border-color: rgb(8,27,242); }

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