#081CD8

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

Shades of Medium Blue #081CD8

Tints of Medium Blue #081CD8

Color information

#081CD8 (or 0x081CD8) is unknown color: approx Medium Blue. HEX triplet: 08, 1C and D8. RGB value is (8,28,216). Sum of RGB (Red+Green+Blue) = 8+28+216=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 216 (84.77% from 255 or 85.71% from 252); Max value from RGB is 216 - color contains mainly: blue. Hex color #081CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CD8 is #F7E327. Grayscale: #2A2A2A. Windows color (decimal): -16245544 or 14162952. OLE color: 14162952.

HSL color Cylindrical-coordinate representation of color #081CD8: hue angle of 234.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081CD8 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB828216-
CMYK0.960.8700.15
HSL234.23º92.86%43.92%-
HSV(B)234.23º96.3%84.71%-
XYZ12.915.8465.41-
YUV43.45225.37102.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.17%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 216 (84.77% from 255) = 85.71%
R=3.17%
G=11.11%
B=85.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8282160.960.8700.15234.2392.8643.92
Hex81CD860570Fea5d2c
Octal103433014012701735213554
Binary100011100110110001100000101011101111111010101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,28,216); }

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

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

 a { background-color: rgb(8,28,216); }

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

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

 span { border-color: rgb(8,28,216); }

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