#081DC0

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

Shades of Medium Blue #081DC0

Tints of Medium Blue #081DC0

Color information

#081DC0 (or 0x081DC0) is unknown color: approx Medium Blue. HEX triplet: 08, 1D and C0. RGB value is (8,29,192). Sum of RGB (Red+Green+Blue) = 8+29+192=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 192 (75.39% from 255 or 83.84% from 229); Max value from RGB is 192 - color contains mainly: blue. Hex color #081DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DC0 is #F7E23F. Grayscale: #282828. Windows color (decimal): -16245312 or 12590344. OLE color: 12590344.

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

Color convert

RGB829192-
CMYK0.960.8500.25
HSL233.15º92%39.22%-
HSV(B)233.15º95.83%75.29%-
XYZ10.054.7450.25-
YUV41.3213.04104.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 29 (11.72% from 255) = 12.66%
BLUE value IS 192 (75.39% from 255) = 83.84%
R=3.49%
G=12.66%
B=83.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8291920.960.8500.25233.159239.22
Hex81DC06055019e95c27
Octal103530014012503135113447
Binary1000111011100000011000001010101011001111010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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