#0809BD

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

Shades of Medium Blue #0809BD

Tints of Medium Blue #0809BD

Color information

#0809BD (or 0x0809BD) is unknown color: approx Medium Blue. HEX triplet: 08, 09 and BD. RGB value is (8,9,189). Sum of RGB (Red+Green+Blue) = 8+9+189=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #0809BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809BD is #F7F642. Grayscale: #1C1C1C. Windows color (decimal): -16250435 or 12388616. OLE color: 12388616.

HSL color Cylindrical-coordinate representation of color #0809BD: hue angle of 239.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809BD is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89189-
CMYK0.960.9500.26
HSL239.67º91.88%38.63%-
HSV(B)239.67º95.77%74.12%-
XYZ9.383.9248.41-
YUV29.22218.17112.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 189 (74.22% from 255) = 91.75%
R=3.88%
G=4.37%
B=91.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891890.960.9500.26239.6791.8838.63
Hex89BD605F01Af05c27
Octal101127514013703236013447
Binary100010011011110111000001011111011010111100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0809BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0809BD; }

 p { color: rgb(8,9,189); }

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

<style>
 a { background-color: #0809BD; }

 a { background-color: rgb(8,9,189); }

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

<style>
 span { border-color: #0809BD; }

 span { border-color: rgb(8,9,189); }

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