#2002BF

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

Shades of Medium Blue #2002BF

Tints of Medium Blue #2002BF

Color information

#2002BF (or 0x2002BF) is unknown color: approx Medium Blue. HEX triplet: 20, 02 and BF. RGB value is (32,2,191). Sum of RGB (Red+Green+Blue) = 32+2+191=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 191 (75% from 255 or 84.89% from 225); Max value from RGB is 191 - color contains mainly: blue. Hex color #2002BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002BF is #DFFD40. Grayscale: #1F1F1F. Windows color (decimal): -14679361 or 12517920. OLE color: 12517920.

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

Color convert

RGB322191-
CMYK0.830.9900.25
HSL249.52º97.93%37.84%-
HSV(B)249.52º98.95%74.9%-
XYZ10.024.1149.56-
YUV32.52217.44127.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 191 (75% from 255) = 84.89%
R=14.22%
G=0.89%
B=84.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3221910.830.9900.25249.5297.9337.84
Hex202BF5363019fa6226
Octal40227712314303137214246
Binary100000101011111110100111100011011001111110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2002BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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