#081EC3

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

Shades of Medium Blue #081EC3

Tints of Medium Blue #081EC3

Color information

#081EC3 (or 0x081EC3) is unknown color: approx Medium Blue. HEX triplet: 08, 1E and C3. RGB value is (8,30,195). Sum of RGB (Red+Green+Blue) = 8+30+195=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 195 (76.56% from 255 or 83.69% from 233); Max value from RGB is 195 - color contains mainly: blue. Hex color #081EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EC3 is #F7E13C. Grayscale: #292929. Windows color (decimal): -16245053 or 12787208. OLE color: 12787208.

HSL color Cylindrical-coordinate representation of color #081EC3: hue angle of 232.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081EC3 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB830195-
CMYK0.960.8500.24
HSL232.94º92.12%39.8%-
HSV(B)232.94º95.9%76.47%-
XYZ10.414.9252.03-
YUV42.23214.21103.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 195 (76.56% from 255) = 83.69%
R=3.43%
G=12.88%
B=83.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8301950.960.8500.24232.9492.1239.8
Hex81EC36055018e95c28
Octal103630314012503035113450
Binary1000111101100001111000001010101011000111010011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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