Html Css Color HEX #2001B9 Medium Blue

📋 copy color: '#2001B9'

red 32 ◦ green 1 ◦ blue 185

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

Shades of Medium Blue #2001B9

Tints of Medium Blue #2001B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 84.86%

R = 14.68%
G = 0.46%
B = 84.86%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2001B9 (or 0x2001B9) is known color: Medium Blue. HEX triplet: 20, 01 and B9. RGB value is (32,1,185). Sum of RGB (Red+Green+Blue) = 32+1+185=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 185 (72.66% from 255 or 84.86% from 218); Max value from RGB is 185 - color contains mainly: blue. Hex color #2001B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001B9 is #DFFE46. Grayscale: #1E1E1E. Windows color (decimal): -14679623 or 12124448. OLE color: 12124448.

HSL color Cylindrical-coordinate representation of color #2001B9: hue angle of 250.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2001B9 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 1 185 -
CMYK 0.83 0.99 0 0.27
HSL 250.11º 0.99% 0.36% -
HSV(B) 250.11º 0.99% 0.73% -
XYZ 9.36 3.83 46.15 -
YUV 31.25 214.77 128.54 -
System Red Green Blue C M Y K H S L
Decimal 32 1 185 0.83 0.99 0 0.27 250.11 0.99 0.36
Hex 20 1 B9 53 63 0 1B FA 63 24
Octal 40 1 271 123 143 0 33 372 143 44
Binary 100000 1 10111001 1010011 1100011 0 11011 11111010 1100011 100100

Color Harmonies of #2001B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2001B9

Black with #2001B9

Text Example


Text Example

White with #2001B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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