Html Css Color HEX #221BDA Medium Blue

📋 copy color: '#221BDA'

red 34 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #221BDA

Tints of Medium Blue #221BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.14%

R = 12.19%
G = 9.68%
B = 78.14%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#221BDA (or 0x221BDA) is known color: Medium Blue. HEX triplet: 22, 1B and DA. RGB value is (34,27,218). Sum of RGB (Red+Green+Blue) = 34+27+218=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #221BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BDA is #DDE425. Grayscale: #323232. Windows color (decimal): -14541862 or 14293794. OLE color: 14293794.

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

Color convert

RGB 34 27 218 -
CMYK 0.84 0.88 0 0.15
HSL 242.2º 0.78% 0.48% -
HSV(B) 242.2º 0.88% 0.85% -
XYZ 13.71 6.19 66.8 -
YUV 50.87 222.32 115.97 -
System Red Green Blue C M Y K H S L
Decimal 34 27 218 0.84 0.88 0 0.15 242.2 0.78 0.48
Hex 22 1B DA 54 58 0 F F2 4E 30
Octal 42 33 332 124 130 0 17 362 116 60
Binary 100010 11011 11011010 1010100 1011000 0 1111 11110010 1001110 110000

Color Harmonies of #221BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BDA

Black with #221BDA

Text Example


Text Example

White with #221BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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