Html Css Color HEX #2201B9 Medium Blue

📋 copy color: '#2201B9'

red 34 ◦ green 1 ◦ blue 185

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

Shades of Medium Blue #2201B9

Tints of Medium Blue #2201B9

RGB

 RED value IS 34 (13.67% from 255) = 15.45%

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

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

R = 15.45%
G = 0.45%
B = 84.09%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2201B9 (or 0x2201B9) is known color: Medium Blue. HEX triplet: 22, 01 and B9. RGB value is (34,1,185). Sum of RGB (Red+Green+Blue) = 34+1+185=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #2201B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201B9 is #DDFE46. Grayscale: #1F1F1F. Windows color (decimal): -14548551 or 12124450. OLE color: 12124450.

HSL color Cylindrical-coordinate representation of color #2201B9: hue angle of 250.76º 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 #2201B9 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 1 185 -
CMYK 0.82 0.99 0 0.27
HSL 250.76º 0.99% 0.36% -
HSV(B) 250.76º 0.99% 0.73% -
XYZ 9.43 3.86 46.15 -
YUV 31.84 214.43 129.54 -
System Red Green Blue C M Y K H S L
Decimal 34 1 185 0.82 0.99 0 0.27 250.76 0.99 0.36
Hex 22 1 B9 52 63 0 1B FB 63 24
Octal 42 1 271 122 143 0 33 373 143 44
Binary 100010 1 10111001 1010010 1100011 0 11011 11111011 1100011 100100

Color Harmonies of #2201B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2201B9

Black with #2201B9

Text Example


Text Example

White with #2201B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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