#081AD1

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

Shades of Medium Blue #081AD1

Tints of Medium Blue #081AD1

Color information

#081AD1 (or 0x081AD1) is unknown color: approx Medium Blue. HEX triplet: 08, 1A and D1. RGB value is (8,26,209). Sum of RGB (Red+Green+Blue) = 8+26+209=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 209 (82.03% from 255 or 86.01% from 243); Max value from RGB is 209 - color contains mainly: blue. Hex color #081AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081AD1 is #F7E52E. Grayscale: #282828. Windows color (decimal): -16246063 or 13703688. OLE color: 13703688.

HSL color Cylindrical-coordinate representation of color #081AD1: hue angle of 234.63º 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 #081AD1 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB826209-
CMYK0.960.8800.18
HSL234.63º92.63%42.55%-
HSV(B)234.63º96.17%81.96%-
XYZ11.985.3960.73-
YUV41.48222.54104.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 209 (82.03% from 255) = 86.01%
R=3.29%
G=10.70%
B=86.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8262090.960.8800.18234.6392.6342.55
Hex81AD16058012eb5d2b
Octal103232114013002235313553
Binary1000110101101000111000001011000010010111010111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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