Html Css Color HEX #220DCD Medium Blue

📋 copy color: '#220DCD'

red 34 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #220DCD

Tints of Medium Blue #220DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.35%

R = 13.49%
G = 5.16%
B = 81.35%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#220DCD (or 0x220DCD) is known color: Medium Blue. HEX triplet: 22, 0D and CD. RGB value is (34,13,205). Sum of RGB (Red+Green+Blue) = 34+13+205=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #220DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DCD is #DDF232. Grayscale: #282828. Windows color (decimal): -14545459 or 13438242. OLE color: 13438242.

HSL color Cylindrical-coordinate representation of color #220DCD: hue angle of 246.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DCD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 13 205 -
CMYK 0.83 0.94 0 0.20
HSL 246.56º 0.88% 0.43% -
HSV(B) 246.56º 0.94% 0.8% -
XYZ 11.82 5.04 58.11 -
YUV 41.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 34 13 205 0.83 0.94 0 0.20 246.56 0.88 0.43
Hex 22 D CD 53 5E 0 14 F7 58 2B
Octal 42 15 315 123 136 0 24 367 130 53
Binary 100010 1101 11001101 1010011 1011110 0 10100 11110111 1011000 101011

Color Harmonies of #220DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220DCD

Black with #220DCD

Text Example


Text Example

White with #220DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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