#2008BD

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

Shades of Medium Blue #2008BD

Tints of Medium Blue #2008BD

Color information

#2008BD (or 0x2008BD) is unknown color: approx Medium Blue. HEX triplet: 20, 08 and BD. RGB value is (32,8,189). Sum of RGB (Red+Green+Blue) = 32+8+189=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #2008BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008BD is #DFF742. Grayscale: #232323. Windows color (decimal): -14677827 or 12388384. OLE color: 12388384.

HSL color Cylindrical-coordinate representation of color #2008BD: hue angle of 247.96º 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 #2008BD is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB328189-
CMYK0.830.9600.26
HSL247.96º91.88%38.63%-
HSV(B)247.96º95.77%74.12%-
XYZ9.874.1548.43-
YUV35.81214.45125.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 189 (74.22% from 255) = 82.53%
R=13.97%
G=3.49%
B=82.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3281890.830.9600.26247.9691.8838.63
Hex208BD536001Af85c27
Octal401027512314003237013447
Binary10000010001011110110100111100000011010111110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2008BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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