#081EF9

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

Shades of Blue #081EF9

Tints of Blue #081EF9

Color information

#081EF9 (or 0x081EF9) is unknown color: approx Blue. HEX triplet: 08, 1E and F9. RGB value is (8,30,249). Sum of RGB (Red+Green+Blue) = 8+30+249=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 249 (97.66% from 255 or 86.76% from 287); Max value from RGB is 249 - color contains mainly: blue. Hex color #081EF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081EF9 is #F7E106. Grayscale: #2F2F2F. Windows color (decimal): -16244999 or 16326152. OLE color: 16326152.

HSL color Cylindrical-coordinate representation of color #081EF9: hue angle of 234.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081EF9 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB830249-
CMYK0.970.8800.02
HSL234.52º95.26%50.39%-
HSV(B)234.52º96.79%97.65%-
XYZ17.667.8290.2-
YUV48.39241.2199.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 249 (97.66% from 255) = 86.76%
R=2.79%
G=10.45%
B=86.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8302490.970.8800.02234.5295.2650.39
Hex81EF9615802eb5f32
Octal10363711411300235313762
Binary1000111101111100111000011011000010111010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,30,249); }

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

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

 a { background-color: rgb(8,30,249); }

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

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

 span { border-color: rgb(8,30,249); }

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