#081DEE

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

Shades of Blue #081DEE

Tints of Blue #081DEE

Color information

#081DEE (or 0x081DEE) is unknown color: approx Blue. HEX triplet: 08, 1D and EE. RGB value is (8,29,238). Sum of RGB (Red+Green+Blue) = 8+29+238=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 238 (93.36% from 255 or 86.55% from 275); Max value from RGB is 238 - color contains mainly: blue. Hex color #081DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081DEE is #F7E211. Grayscale: #2D2D2D. Windows color (decimal): -16245266 or 15605000. OLE color: 15605000.

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

Color convert

RGB829238-
CMYK0.970.8800.07
HSL234.52º93.5%48.24%-
HSV(B)234.52º96.64%93.33%-
XYZ15.977.181.42-
YUV46.55236.04100.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 238 (93.36% from 255) = 86.55%
R=2.91%
G=10.55%
B=86.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal8292380.970.8800.07234.5293.548.24
Hex81DEE615807eb5d30
Octal10353561411300735313560
Binary10001110111101110110000110110000111111010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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