Html Css Color HEX #221CDB Medium Blue

📋 copy color: '#221CDB'

red 34 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #221CDB

Tints of Medium Blue #221CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 219 (85.94% from 255) = 77.94%

R = 12.1%
G = 9.96%
B = 77.94%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#221CDB (or 0x221CDB) is known color: Medium Blue. HEX triplet: 22, 1C and DB. RGB value is (34,28,219). Sum of RGB (Red+Green+Blue) = 34+28+219=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #221CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CDB is #DDE324. Grayscale: #323232. Windows color (decimal): -14541605 or 14359586. OLE color: 14359586.

HSL color Cylindrical-coordinate representation of color #221CDB: hue angle of 241.88º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221CDB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 28 219 -
CMYK 0.84 0.87 0 0.14
HSL 241.88º 0.77% 0.48% -
HSV(B) 241.88º 0.87% 0.86% -
XYZ 13.86 6.29 67.5 -
YUV 51.57 222.49 115.47 -
System Red Green Blue C M Y K H S L
Decimal 34 28 219 0.84 0.87 0 0.14 241.88 0.77 0.48
Hex 22 1C DB 54 57 0 E F2 4D 30
Octal 42 34 333 124 127 0 16 362 115 60
Binary 100010 11100 11011011 1010100 1010111 0 1110 11110010 1001101 110000

Color Harmonies of #221CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CDB

Black with #221CDB

Text Example


Text Example

White with #221CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,28,219); }

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

background-color css

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

 a { background-color: rgb(34,28,219); }

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

border-color css

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

 span { border-color: rgb(34,28,219); }

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