#2000B9

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

Shades of Medium Blue #2000B9

Tints of Medium Blue #2000B9

Color information

#2000B9 (or 0x2000B9) is unknown color: approx Medium Blue. HEX triplet: 20, 00 and B9. RGB value is (32,0,185). Sum of RGB (Red+Green+Blue) = 32+0+185=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 185 (72.66% from 255 or 85.25% from 217); Max value from RGB is 185 - color contains mainly: blue. Hex color #2000B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000B9 is #DFFF46. Grayscale: #1D1D1D. Windows color (decimal): -14679879 or 12124192. OLE color: 12124192.

HSL color Cylindrical-coordinate representation of color #2000B9: hue angle of 250.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000B9 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB320185-
CMYK0.83100.27
HSL250.38º100%36.27%-
HSV(B)250.38º100%72.55%-
XYZ9.353.8146.14-
YUV30.66215.1128.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 185 (72.66% from 255) = 85.25%
R=14.75%
G=0%
B=85.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3201850.83100.27250.3810036.27
Hex200B9536401Bfa6424
Octal40027112314403337214444
Binary10000001011100110100111100100011011111110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2000B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2000B9; }

 p { color: rgb(32,0,185); }

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

<style>
 a { background-color: #2000B9; }

 a { background-color: rgb(32,0,185); }

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

<style>
 span { border-color: #2000B9; }

 span { border-color: rgb(32,0,185); }

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