Html Css Color HEX #221CDC Medium Blue

📋 copy color: '#221CDC'

red 34 ◦ green 28 ◦ blue 220

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

Shades of Medium Blue #221CDC

Tints of Medium Blue #221CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 78.01%

R = 12.06%
G = 9.93%
B = 78.01%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#221CDC (or 0x221CDC) is known color: Medium Blue. HEX triplet: 22, 1C and DC. RGB value is (34,28,220). Sum of RGB (Red+Green+Blue) = 34+28+220=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #221CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CDC is #DDE323. Grayscale: #323232. Windows color (decimal): -14541604 or 14425122. OLE color: 14425122.

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

Color convert

RGB 34 28 220 -
CMYK 0.85 0.87 0 0.14
HSL 241.88º 0.77% 0.49% -
HSV(B) 241.88º 0.87% 0.86% -
XYZ 13.99 6.34 68.2 -
YUV 51.68 222.99 115.39 -
System Red Green Blue C M Y K H S L
Decimal 34 28 220 0.85 0.87 0 0.14 241.88 0.77 0.49
Hex 22 1C DC 55 57 0 E F2 4D 31
Octal 42 34 334 125 127 0 16 362 115 61
Binary 100010 11100 11011100 1010101 1010111 0 1110 11110010 1001101 110001

Color Harmonies of #221CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CDC

Black with #221CDC

Text Example


Text Example

White with #221CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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