#081CD1

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

Shades of Medium Blue #081CD1

Tints of Medium Blue #081CD1

Color information

#081CD1 (or 0x081CD1) is unknown color: approx Medium Blue. HEX triplet: 08, 1C and D1. RGB value is (8,28,209). Sum of RGB (Red+Green+Blue) = 8+28+209=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 209 (82.03% from 255 or 85.31% from 245); Max value from RGB is 209 - color contains mainly: blue. Hex color #081CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CD1 is #F7E32E. Grayscale: #292929. Windows color (decimal): -16245551 or 13704200. OLE color: 13704200.

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

Color convert

RGB828209-
CMYK0.960.8700.18
HSL234.03º92.63%42.55%-
HSV(B)234.03º96.17%81.96%-
XYZ12.025.4960.75-
YUV42.65221.87103.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 209 (82.03% from 255) = 85.31%
R=3.27%
G=11.43%
B=85.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8282090.960.8700.18234.0392.6342.55
Hex81CD16057012ea5d2b
Octal103432114012702235213553
Binary1000111001101000111000001010111010010111010101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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