Html Css Color HEX #220DDD Medium Blue

📋 copy color: '#220DDD'

red 34 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #220DDD

Tints of Medium Blue #220DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 221 (86.72% from 255) = 82.46%

R = 12.69%
G = 4.85%
B = 82.46%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#220DDD (or 0x220DDD) is known color: Medium Blue. HEX triplet: 22, 0D and DD. RGB value is (34,13,221). Sum of RGB (Red+Green+Blue) = 34+13+221=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #220DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DDD is #DDF222. Grayscale: #2A2A2A. Windows color (decimal): -14545443 or 14486818. OLE color: 14486818.

HSL color Cylindrical-coordinate representation of color #220DDD: hue angle of 246.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DDD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 13 221 -
CMYK 0.85 0.94 0 0.13
HSL 246.06º 0.89% 0.46% -
HSV(B) 246.06º 0.94% 0.87% -
XYZ 13.85 5.85 68.81 -
YUV 42.99 228.46 121.59 -
System Red Green Blue C M Y K H S L
Decimal 34 13 221 0.85 0.94 0 0.13 246.06 0.89 0.46
Hex 22 D DD 55 5E 0 D F6 59 2E
Octal 42 15 335 125 136 0 15 366 131 56
Binary 100010 1101 11011101 1010101 1011110 0 1101 11110110 1011001 101110

Color Harmonies of #220DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220DDD

Black with #220DDD

Text Example


Text Example

White with #220DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220DDD; }

 p { color: rgb(34,13,221); }

 H1.HeaderClassName
 {
   color: #220DDD;
 }
 .AnyTagClassName
 {
   color: #220DDD;
 }
</style>

background-color css

<style>
 a { background-color: #220DDD; }

 a { background-color: rgb(34,13,221); }

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

border-color css

<style>
 span { border-color: #220DDD; }

 span { border-color: rgb(34,13,221); }

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