Html Css Color HEX #2001BF Medium Blue

📋 copy color: '#2001BF'

red 32 ◦ green 1 ◦ blue 191

#2001BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2001BF

Tints of Medium Blue #2001BF

RGB

 RED value IS 32 (12.89% from 255) = 14.29%

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 191 (75% from 255) = 85.27%

R = 14.29%
G = 0.45%
B = 85.27%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2001BF (or 0x2001BF) is known color: Medium Blue. HEX triplet: 20, 01 and BF. RGB value is (32,1,191). Sum of RGB (Red+Green+Blue) = 32+1+191=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 191 (75% from 255 or 85.27% from 224); Max value from RGB is 191 - color contains mainly: blue. Hex color #2001BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001BF is #DFFE40. Grayscale: #1F1F1F. Windows color (decimal): -14679617 or 12517664. OLE color: 12517664.

HSL color Cylindrical-coordinate representation of color #2001BF: hue angle of 249.79º degrees, saturation: 0.99, 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 #2001BF is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 1 191 -
CMYK 0.83 0.99 0 0.25
HSL 249.79º 0.99% 0.38% -
HSV(B) 249.79º 0.99% 0.75% -
XYZ 10.01 4.09 49.55 -
YUV 31.93 217.77 128.05 -
System Red Green Blue C M Y K H S L
Decimal 32 1 191 0.83 0.99 0 0.25 249.79 0.99 0.38
Hex 20 1 BF 53 63 0 19 FA 63 26
Octal 40 1 277 123 143 0 31 372 143 46
Binary 100000 1 10111111 1010011 1100011 0 11001 11111010 1100011 100110

Color Harmonies of #2001BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2001BF

Black with #2001BF

Text Example


Text Example

White with #2001BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2001BF;
 }
 .AnyTagClassName
 {
   color: #2001BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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