Html Css Color HEX #221BDE Medium Blue

📋 copy color: '#221BDE'

red 34 ◦ green 27 ◦ blue 222

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

Shades of Medium Blue #221BDE

Tints of Medium Blue #221BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.54%

 BLUE value IS 222 (87.11% from 255) = 78.45%

R = 12.01%
G = 9.54%
B = 78.45%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#221BDE (or 0x221BDE) is known color: Medium Blue. HEX triplet: 22, 1B and DE. RGB value is (34,27,222). Sum of RGB (Red+Green+Blue) = 34+27+222=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #221BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BDE is #DDE421. Grayscale: #323232. Windows color (decimal): -14541858 or 14555938. OLE color: 14555938.

HSL color Cylindrical-coordinate representation of color #221BDE: hue angle of 242.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221BDE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 27 222 -
CMYK 0.85 0.88 0 0.13
HSL 242.15º 0.78% 0.49% -
HSV(B) 242.15º 0.88% 0.87% -
XYZ 14.24 6.4 69.59 -
YUV 51.32 224.32 115.64 -
System Red Green Blue C M Y K H S L
Decimal 34 27 222 0.85 0.88 0 0.13 242.15 0.78 0.49
Hex 22 1B DE 55 58 0 D F2 4E 31
Octal 42 33 336 125 130 0 15 362 116 61
Binary 100010 11011 11011110 1010101 1011000 0 1101 11110010 1001110 110001

Color Harmonies of #221BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BDE

Black with #221BDE

Text Example


Text Example

White with #221BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221BDE; }

 p { color: rgb(34,27,222); }

 H1.HeaderClassName
 {
   color: #221BDE;
 }
 .AnyTagClassName
 {
   color: #221BDE;
 }
</style>

background-color css

<style>
 a { background-color: #221BDE; }

 a { background-color: rgb(34,27,222); }

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

border-color css

<style>
 span { border-color: #221BDE; }

 span { border-color: rgb(34,27,222); }

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