#2009BD

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

Shades of Medium Blue #2009BD

Tints of Medium Blue #2009BD

Color information

#2009BD (or 0x2009BD) is unknown color: approx Medium Blue. HEX triplet: 20, 09 and BD. RGB value is (32,9,189). Sum of RGB (Red+Green+Blue) = 32+9+189=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #2009BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009BD is #DFF642. Grayscale: #232323. Windows color (decimal): -14677571 or 12388640. OLE color: 12388640.

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

Color convert

RGB329189-
CMYK0.830.9500.26
HSL247.67º90.91%38.82%-
HSV(B)247.67º95.24%74.12%-
XYZ9.884.1848.43-
YUV36.4214.12124.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 189 (74.22% from 255) = 82.17%
R=13.91%
G=3.91%
B=82.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3291890.830.9500.26247.6790.9138.82
Hex209BD535F01Af85b27
Octal401127512313703237013347
Binary10000010011011110110100111011111011010111110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2009BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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