#2008B7

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

Shades of Medium Blue #2008B7

Tints of Medium Blue #2008B7

Color information

#2008B7 (or 0x2008B7) is unknown color: approx Medium Blue. HEX triplet: 20, 08 and B7. RGB value is (32,8,183). Sum of RGB (Red+Green+Blue) = 32+8+183=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 183 (71.88% from 255 or 82.06% from 223); Max value from RGB is 183 - color contains mainly: blue. Hex color #2008B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008B7 is #DFF748. Grayscale: #222222. Windows color (decimal): -14677833 or 11995168. OLE color: 11995168.

HSL color Cylindrical-coordinate representation of color #2008B7: hue angle of 248.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008B7 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB328183-
CMYK0.830.9600.28
HSL248.23º91.62%37.45%-
HSV(B)248.23º95.63%71.76%-
XYZ9.233.945.07-
YUV35.13211.45125.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 183 (71.88% from 255) = 82.06%
R=14.35%
G=3.59%
B=82.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3281830.830.9600.28248.2391.6237.45
Hex208B7536001Cf85c25
Octal401026712314003437013445
Binary10000010001011011110100111100000011100111110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2008B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2008B7; }

 p { color: rgb(32,8,183); }

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

<style>
 a { background-color: #2008B7; }

 a { background-color: rgb(32,8,183); }

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

<style>
 span { border-color: #2008B7; }

 span { border-color: rgb(32,8,183); }

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