#080DC0

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

Shades of Medium Blue #080DC0

Tints of Medium Blue #080DC0

Color information

#080DC0 (or 0x080DC0) is unknown color: approx Medium Blue. HEX triplet: 08, 0D and C0. RGB value is (8,13,192). Sum of RGB (Red+Green+Blue) = 8+13+192=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 192 (75.39% from 255 or 90.14% from 213); Max value from RGB is 192 - color contains mainly: blue. Hex color #080DC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DC0 is #F7F23F. Grayscale: #1F1F1F. Windows color (decimal): -16249408 or 12586248. OLE color: 12586248.

HSL color Cylindrical-coordinate representation of color #080DC0: hue angle of 238.37º 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 #080DC0 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB813192-
CMYK0.960.9300.25
HSL238.37º92%39.22%-
HSV(B)238.37º95.83%75.29%-
XYZ9.764.1550.15-
YUV31.91218.34110.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 192 (75.39% from 255) = 90.14%
R=3.76%
G=6.10%
B=90.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8131920.960.9300.25238.379239.22
Hex8DC0605D019ee5c27
Octal101530014013503135613447
Binary100011011100000011000001011101011001111011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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