#2808BD

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

Shades of Medium Blue #2808BD

Tints of Medium Blue #2808BD

Color information

#2808BD (or 0x2808BD) is unknown color: approx Medium Blue. HEX triplet: 28, 08 and BD. RGB value is (40,8,189). Sum of RGB (Red+Green+Blue) = 40+8+189=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #2808BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808BD is #D7F742. Grayscale: #252525. Windows color (decimal): -14153539 or 12388392. OLE color: 12388392.

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

Color convert

RGB408189-
CMYK0.790.9600.26
HSL250.61º91.88%38.63%-
HSV(B)250.61º95.77%74.12%-
XYZ10.154.348.44-
YUV38.2213.1129.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 189 (74.22% from 255) = 79.75%
R=16.88%
G=3.38%
B=79.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4081890.790.9600.26250.6191.8838.63
Hex288BD4F6001Afb5c27
Octal501027511714003237313447
Binary10100010001011110110011111100000011010111110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2808BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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