#2812BF

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

Shades of Medium Blue #2812BF

Tints of Medium Blue #2812BF

Color information

#2812BF (or 0x2812BF) is unknown color: approx Medium Blue. HEX triplet: 28, 12 and BF. RGB value is (40,18,191). Sum of RGB (Red+Green+Blue) = 40+18+191=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #2812BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812BF is #D7ED40. Grayscale: #2B2B2B. Windows color (decimal): -14150977 or 12522024. OLE color: 12522024.

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

Color convert

RGB4018191-
CMYK0.790.9100.25
HSL247.63º82.78%40.98%-
HSV(B)247.63º90.58%74.9%-
XYZ10.54.6549.63-
YUV44.3210.79124.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 191 (75% from 255) = 76.71%
R=16.06%
G=7.23%
B=76.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40181910.790.9100.25247.6382.7840.98
Hex2812BF4F5B019f85329
Octal502227711713303137012351
Binary101000100101011111110011111011011011001111110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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