#2004BF

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

Shades of Medium Blue #2004BF

Tints of Medium Blue #2004BF

Color information

#2004BF (or 0x2004BF) is unknown color: approx Medium Blue. HEX triplet: 20, 04 and BF. RGB value is (32,4,191). Sum of RGB (Red+Green+Blue) = 32+4+191=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #2004BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004BF is #DFFB40. Grayscale: #202020. Windows color (decimal): -14678849 or 12518432. OLE color: 12518432.

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

Color convert

RGB324191-
CMYK0.830.9800.25
HSL248.98º95.9%38.24%-
HSV(B)248.98º97.91%74.9%-
XYZ10.044.1649.56-
YUV33.69216.78126.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 191 (75% from 255) = 84.14%
R=14.10%
G=1.76%
B=84.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3241910.830.9800.25248.9895.938.24
Hex204BF5362019f96026
Octal40427712314203137114046
Binary1000001001011111110100111100010011001111110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2004BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,4,191); }

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

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

 a { background-color: rgb(32,4,191); }

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

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

 span { border-color: rgb(32,4,191); }

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