#2800BF

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

Shades of Medium Blue #2800BF

Tints of Medium Blue #2800BF

Color information

#2800BF (or 0x2800BF) is unknown color: approx Medium Blue. HEX triplet: 28, 00 and BF. RGB value is (40,0,191). Sum of RGB (Red+Green+Blue) = 40+0+191=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #2800BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2800BF is #D7FF40. Grayscale: #212121. Windows color (decimal): -14155585 or 12517416. OLE color: 12517416.

HSL color Cylindrical-coordinate representation of color #2800BF: hue angle of 252.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800BF is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB400191-
CMYK0.79100.25
HSL252.57º100%37.45%-
HSV(B)252.57º100%74.9%-
XYZ10.284.2149.56-
YUV33.73216.75132.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 82.68%
R=17.32%
G=0%
B=82.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4001910.79100.25252.5710037.45
Hex280BF4F64019fd6425
Octal50027711714403137514445
Binary10100001011111110011111100100011001111111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2800BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2800BF; }

 p { color: rgb(40,0,191); }

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

<style>
 a { background-color: #2800BF; }

 a { background-color: rgb(40,0,191); }

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

<style>
 span { border-color: #2800BF; }

 span { border-color: rgb(40,0,191); }

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