#081DF9

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

Shades of Blue #081DF9

Tints of Blue #081DF9

Color information

#081DF9 (or 0x081DF9) is unknown color: approx Blue. HEX triplet: 08, 1D and F9. RGB value is (8,29,249). Sum of RGB (Red+Green+Blue) = 8+29+249=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 249 (97.66% from 255 or 87.06% from 286); Max value from RGB is 249 - color contains mainly: blue. Hex color #081DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081DF9 is #F7E206. Grayscale: #2E2E2E. Windows color (decimal): -16245255 or 16325896. OLE color: 16325896.

HSL color Cylindrical-coordinate representation of color #081DF9: hue angle of 234.77º 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 #081DF9 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB829249-
CMYK0.970.8800.02
HSL234.77º95.26%50.39%-
HSV(B)234.77º96.79%97.65%-
XYZ17.647.7790.19-
YUV47.8241.5499.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.80%
GREEN value IS 29 (11.72% from 255) = 10.14%
BLUE value IS 249 (97.66% from 255) = 87.06%
R=2.80%
G=10.14%
B=87.06%

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
Decimal8292490.970.8800.02234.7795.2650.39
Hex81DF9615802eb5f32
Octal10353711411300235313762
Binary1000111011111100111000011011000010111010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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