Html Css Color HEX #221ADF Medium Blue

📋 copy color: '#221ADF'

red 34 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #221ADF

Tints of Medium Blue #221ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 12.01%
G = 9.19%
B = 78.8%

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

#221ADF (or 0x221ADF) is known color: Medium Blue. HEX triplet: 22, 1A and DF. RGB value is (34,26,223). Sum of RGB (Red+Green+Blue) = 34+26+223=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #221ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ADF is #DDE520. Grayscale: #323232. Windows color (decimal): -14542113 or 14621218. OLE color: 14621218.

HSL color Cylindrical-coordinate representation of color #221ADF: hue angle of 242.44º degrees, saturation: 0.79, 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 #221ADF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 26 223 -
CMYK 0.85 0.88 0 0.13
HSL 242.44º 0.79% 0.49% -
HSV(B) 242.44º 0.88% 0.87% -
XYZ 14.35 6.41 70.29 -
YUV 50.85 225.15 115.98 -
System Red Green Blue C M Y K H S L
Decimal 34 26 223 0.85 0.88 0 0.13 242.44 0.79 0.49
Hex 22 1A DF 55 58 0 D F2 4F 31
Octal 42 32 337 125 130 0 15 362 117 61
Binary 100010 11010 11011111 1010101 1011000 0 1101 11110010 1001111 110001

Color Harmonies of #221ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ADF

Black with #221ADF

Text Example


Text Example

White with #221ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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