Html Css Color HEX #221DDF Medium Blue

📋 copy color: '#221DDF'

red 34 ◦ green 29 ◦ blue 223

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

Shades of Medium Blue #221DDF

Tints of Medium Blue #221DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

 BLUE value IS 223 (87.5% from 255) = 77.97%

R = 11.89%
G = 10.14%
B = 77.97%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#221DDF (or 0x221DDF) is known color: Medium Blue. HEX triplet: 22, 1D and DF. RGB value is (34,29,223). Sum of RGB (Red+Green+Blue) = 34+29+223=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #221DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DDF is #DDE220. Grayscale: #333333. Windows color (decimal): -14541345 or 14621986. OLE color: 14621986.

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

Color convert

RGB 34 29 223 -
CMYK 0.85 0.87 0 0.13
HSL 241.55º 0.77% 0.49% -
HSV(B) 241.55º 0.87% 0.87% -
XYZ 14.42 6.55 70.32 -
YUV 52.61 224.16 114.73 -
System Red Green Blue C M Y K H S L
Decimal 34 29 223 0.85 0.87 0 0.13 241.55 0.77 0.49
Hex 22 1D DF 55 57 0 D F2 4D 31
Octal 42 35 337 125 127 0 15 362 115 61
Binary 100010 11101 11011111 1010101 1010111 0 1101 11110010 1001101 110001

Color Harmonies of #221DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DDF

Black with #221DDF

Text Example


Text Example

White with #221DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,29,223); }

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

background-color css

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

 a { background-color: rgb(34,29,223); }

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

border-color css

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

 span { border-color: rgb(34,29,223); }

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